CogFrameGrabberImagingDevice OwnedGenTLAccess Property Cognex VisionPro 9.8 SR1
Gets an interface that provides low-level access to the GenTL device. A null interface will be returned if your hardware does not support GenTL. Your code should check for null before attempting access.

Namespace: Cognex.VisionPro.ImagingDevice.Implementation.Internal
Assembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 75.0.0.0
Syntax

public virtual ICogGenTLAccess OwnedGenTLAccess { get; }

Property Value

Type: ICogGenTLAccess
An interface that provides low-level access to the GenTL device, or null if such devices are not supported by your hardware.

Implements

ICogFrameGrabber OwnedGenTLAccess
See Also