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

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 69.0.0.0 (69.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