ICogGenTLAccess GetValidEnumValues Method Cognex VisionPro 9.22
Get the valid settings for an enum feature.

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

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
Remarks

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