ToolBase Outputs Property Cognex VisionPro 9.21 SR1

A collection of named Output Pin values.

Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
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