CogGenTLAccess SetDoubleFeature Method Cognex VisionPro 9.8 SR1
Write the double feature identified by node.

Namespace: Cognex.VisionPro.GenTL.Implementation.Internal
Assembly: Cognex.VisionPro.GenTL (in Cognex.VisionPro.GenTL.dll) Version: 75.0.0.0
Syntax

public virtual 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.

Implements

ICogGenTLAccess SetDoubleFeature(String, Double)
See Also