ApplicationComputeDevice Property  | 
 The compute device used by the Application
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic ComputeDevice ComputeDevice { get; }Public ReadOnly Property ComputeDevice As ComputeDevice
	Get
public:
property ComputeDevice^ ComputeDevice {
	ComputeDevice^ get ();
}Return Value
Type: 
ComputeDeviceA compute device
See Also