A CogToolBlockTerminalCollection of input terminals.
The default is an empty collection.
Namespace: Cognex.VisionPro.ToolBlockAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Property Value
Type: CogToolBlockTerminalCollectionRemarks
- An (external) Tool input terminal is added to the ToolBlock for every CogToolTerminal in the Inputs collection. The CogToolTerminal name and the path to the CogToolTerminal Value property are used to construct the Tool terminals.
- Any DataBindings contained in ToolBlock.DataBindings which are linked to terminals that are no longer in the collection are removed.
- A (internal) Tool output terminal is added to the ToolBlock.Inputs collection (which is also a tool) for every CogToolTerminal in the Inputs collection. The CogToolTerminal name and the path to the CogToolTerminal Value property are used to construct the Tool terminals.
- Any DataBindings contained in ToolBlock.Inputs.DataBindings which are linked to CogToolTerminals terminals that are no longer in the collection are removed.
See Also