CogScriptSupport MakeVariableName Method Cognex VisionPro 9.22 SR1
Takes a string that represents a CogTerminal name and does the best it can to create a valid .NET variable name.

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

public static string MakeVariableName(
	string terminalName
)

Parameters

terminalName
Type: System String

Return Value

Type: String
See Also