ICogGenTLAccess SetIntegerFeature Method Cognex VisionPro 9.20
Write the integer feature identified by node.

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

void SetIntegerFeature(
	string node,
	uint value
)

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.
See Also