CogToolBlock Inputs Property Cognex VisionPro 9.8
A CogToolBlockTerminalCollection of input terminals. The default is an empty collection.

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

public CogToolBlockTerminalCollection Inputs { get; }

Property Value

Type: CogToolBlockTerminalCollection
Remarks

  • 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