CogToolBlockTerminalCollection GetFormattedTerminalStrings Method (String)Cognex VisionPro 9.8 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: 75.0.0.0 (75.0.0.0)
Syntax

public string[] GetFormattedTerminalStrings(
	string pathRoot
)

Parameters

pathRoot
Type: System String
A path to prepend to the returned terminal paths, Used to create Tool terminal strings for items of the collection when the collection is a property of a Tool.

Return Value

Type:  String 
Remarks

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

Intended for Cognex Internal Use
See Also