ICogGenTLAccess MethodsCognex VisionPro 9.10

The ICogGenTLAccess type exposes the following members.

Methods

  NameDescription
Public methodExecuteCommand
Execute the command identified by node.
Public methodFindProducer
Returns a string containing the GenTL producer name.
Public methodGetAvailableFeatures
Get the child features of the specified category node. Use the "Root" category to get the top level features.
Public methodGetComment
Get a helpful comment describing the feature.
Public methodGetDoubleFeature
Read the double feature identified by node.
Public methodGetFeature
Read the feature identified by node. Works with any data type.
Public methodGetFeatureType
Get the type of this feature.
Public methodGetFSFromCamera
Returns the Feature Snapshot data for this camera. A Feature Snapshot is a text description of all the features available, including their name, type, categorization, and current value.
Public methodGetIntegerFeature
Read the integer feature identified by node.
Public methodGetValidEnumValues
Get the valid settings for an enum feature.
Public methodIsReadable
Returns true if the feature is readable. Otherwise, returns false.
Public methodIsReserved
Returns true if the feature is reserved. Otherwise, returns false.
Public methodIsWriteable
Returns true if the feature is writable. Otherwise, returns false.
Public methodSetDoubleFeature
Write the double feature identified by node.
Public methodSetFeature
Write the feature identified by node. Works with any data type.
Public methodSetIntegerFeature
Write the integer feature identified by node.
Top
See Also