CogGenTLAccess GetDoubleFeature Method Cognex VisionPro 9.8
Read the double feature identified by node.

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

public virtual double GetDoubleFeature(
	string node
)

Parameters

node
Type: System String
The name of the feature node to be read. It must be a floating point feature.

Return Value

Type: Double

Implements

ICogGenTLAccess GetDoubleFeature(String)
See Also