CogScriptSupport IsValidVariableName Method Cognex VisionPro 9.21 SR1
Validates a .NET variable name

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

public static bool IsValidVariableName(
	string variableName
)

Parameters

variableName
Type: System String
A variable name to validate

Return Value

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