Write the integer feature identified by node.
Namespace: Cognex.VisionPro.GenTL.Implementation.InternalAssembly: Cognex.VisionPro.GenTL (in Cognex.VisionPro.GenTL.dll) Version: 73.0.0.0
Syntax
Parameters
- node
- Type: System String
The name of the feature node to be written. It must be an integer feature.
- value
- Type: System UInt32
The integer value to be written to the feature node.
Implements
ICogGenTLAccess SetIntegerFeature(String, UInt32)See Also