CogScriptSupport IsValidVariableName Method Cognex VisionPro 9.7
Validates a .NET variable name

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

public static bool IsValidVariableName(
	string variableName
)

Return Value

Type: Boolean
true if variableName is a valid .NET varaible name, otherwise false.
See Also