ICogGenTLAccess GetFeature Method Cognex VisionPro 9.22
Read the feature identified by node. Works with any data type.

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

string GetFeature(
	string node
)

Parameters

node
Type: System String
The name of the feature node to be processed.

Return Value

Type: String
Remarks

The contents of the returned string will vary depending upon the data type of the feature node. An Enum node will return one of the valid enum values. A Boolean node will return either '1' (True), or '0' (False).

You should not attempt to call the GetFeature  method on a Command node. It is an error to set or get the value of a Command node.

See Also