ICogImagingDeviceAccess InterfaceCognex VisionPro 9.21 SR1
Interface for accessing features and Imaging Device hardware info.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 85.1.0.0
Syntax

public interface ICogImagingDeviceAccess

The ICogImagingDeviceAccess type exposes the following members.

Methods

  NameDescription
Public methodExecuteCommand
Execute the command identified by node.
Public methodGetAvailableFeatures
Get the child features of the specified category. Use the Root category to get the top level features.
Public methodGetComment
Get a helpful comment describing the feature.
Public methodGetFeature
Read the feature identified by node. Works with any data type.
Public methodGetFeatureType
Get the type of this feature.
Public methodGetValidEnumValues
Get the valid settings for an enum feature.
Public methodIsReadable
Returns false if the feature is not readable.
Public methodIsReserved
Returns true if the feature is reserved.
Public methodIsWriteable
Returns false if the feature is not writable.
Public methodSetFeature
Write the feature identified by node. Works with any data type.
Top
See Also