A collection of named Input Pin values.
Namespace: Cognex.Vision.ImplementationAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
public abstract ToolPinTrackingCollection Inputs { get; }public abstract ToolPinTrackingCollection Inputs { get; }Public MustOverride ReadOnly Property Inputs As ToolPinTrackingCollection
Get
Public MustOverride ReadOnly Property Inputs As ToolPinTrackingCollection
Get
public:
virtual property ToolPinTrackingCollection^ Inputs {
ToolPinTrackingCollection^ get () abstract;
}public:
virtual property ToolPinTrackingCollection^ Inputs {
ToolPinTrackingCollection^ get () abstract;
}Property Value
Type:
ToolPinTrackingCollectionImplements
ITool InputsAdd or remove ToolPins to the Inputs collection to control which Tool properties are exposed as Inputs in the GUI (for linking).