CogToolBlockTerminalCollection GetFormattedTerminalStrings Method Cognex VisionPro 9.22 SR1
Gets a list of specially formatted strings that represent the names and paths to all the CogToolBlockTerminals in this collection. These strings are formatted such that they can be passed directly to ToolTerminals.SetToolInputTerminals(ICogTool tool, string[] terminals) or ToolTerminals.SetToolOutputTerminals(ICogTool tool, string[] terminals)

Namespace: Cognex.VisionPro.ToolBlock
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public string[] GetFormattedTerminalStrings()

Return Value

Type:  String 
Remarks

Intended for Cognex Internal Use only... this API is subject to change.
See Also