Interface for accessing features and Imaging Device hardware info.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 85.1.0.0
Syntax
The ICogImagingDeviceAccess type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ExecuteCommand | Execute the command identified by node. | |
| GetAvailableFeatures | Get the child features of the specified category. Use the Root category to get the top level features. | |
| GetComment | Get a helpful comment describing the feature. | |
| GetFeature | Read the feature identified by node. Works with any data type. | |
| GetFeatureType | Get the type of this feature. | |
| GetValidEnumValues | Get the valid settings for an enum feature. | |
| IsReadable | Returns false if the feature is not readable. | |
| IsReserved | Returns true if the feature is reserved. | |
| IsWriteable | Returns false if the feature is not writable. | |
| SetFeature | Write the feature identified by node. Works with any data type. |
See Also