ICogGenTLAccess SetDoubleFeature Method Cognex VisionPro 9.7
Write the double feature identified by node.

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

void SetDoubleFeature(
	string node,
	double value
)

Parameters

node
Type: System String
The name of the feature node to be written. It must be a floating point feature.
value
Type: System Double
The floating point value to be written to the feature node.
See Also