CogGenTLAccess GetValidEnumValues Method Cognex VisionPro 9.8 SR1
Get the valid settings for an enum feature.

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

public virtual CogStringCollection GetValidEnumValues(
	string feature
)

Parameters

feature
Type: System String
The name of the feature node to be processed. It should be an enumeration node.

Return Value

Type: CogStringCollection

Implements

ICogGenTLAccess GetValidEnumValues(String)
Remarks

If the given node is not an enumeration node the returned collection will contain zero strings.
See Also