ToolBase Inputs Property Cognex VisionPro 9.22 SR1

A collection of named Input Pin values.

Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public abstract ToolPinTrackingCollection Inputs { get; }

Property Value

Type: ToolPinTrackingCollection

Implements

ITool Inputs
Remarks

Add or remove ToolPins to the Inputs collection to control which Tool properties are exposed as Inputs in the GUI (for linking).

See Also