Get the valid settings for an enum feature.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
CogStringCollection GetValidEnumValues(
string feature
)
CogStringCollection GetValidEnumValues(
string feature
)
Function GetValidEnumValues (
feature As String
) As CogStringCollection
Function GetValidEnumValues (
feature As String
) As CogStringCollection
CogStringCollection^ GetValidEnumValues(
String^ feature
)
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:
CogStringCollectionIf the given node is not an enumeration node the returned collection will contain zero strings.