ToolBase Outputs Property Cognex VisionPro 9.24

A collection of named Output Pin values.

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

public abstract ToolPinTrackingCollection Outputs { get; }

Property Value

Type: ToolPinTrackingCollection

Implements

ITool Outputs
Remarks

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

See Also