CogScriptSupport MakeVariableName Method Cognex VisionPro 9.24
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: 91.0.0.0 (91.0.0.0)
Syntax

public static string MakeVariableName(
	string terminalName
)

Parameters

terminalName
Type: System String

Return Value

Type: String
See Also