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.ToolBlockAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
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: StringRemarks
Remarks
See Also