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

public static string MakeVariableName(
	string terminalName
)

Return Value

Type: String
See Also