CogGenTLAccess GetIntegerFeature Method Cognex VisionPro 9.10
Read the integer feature identified by node.

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

public virtual uint GetIntegerFeature(
	string node
)

Parameters

node
Type: System String
The name of the feature node to be read. It must be an integer feature.

Return Value

Type: UInt32

Implements

ICogGenTLAccess GetIntegerFeature(String)
See Also