ToolPinTrackingCollection PropertiesCognex VisionPro 9.23

The ToolPinTrackingCollection type exposes the following members.

Properties

  NameDescription
Public propertyCapacity

Get the capacity of this collection. This is the maximum number of items that may be stored in this collection without reallocation. Capacity is increased automatically as needed to hold added items.

(Overrides TrackingCollectionOfToolPinPtr Capacity.)
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides TrackingCollectionOfToolPinPtr ChangedEventSuspended.)
Public propertyCount

Get the number of elements contained in this collection.

(Overrides TrackingCollectionOfToolPinPtr Count.)
Public propertyHandle (Overrides TrackingCollectionOfToolPinPtr Handle.)
Public propertyIsReadOnly

Get whether or not this collection is read-only.

(Overrides TrackingCollectionOfToolPinPtr IsReadOnly.)
Public propertyItem Int32  (Overrides TrackingCollectionOfToolPinPtr Item Int32 .)
Public propertyItem String  (Overrides TrackingCollectionOfToolPinPtr Item String .)
Public propertyKeys (Inherited from TrackingCollectionOfToolPinPtr.)
Public propertyParent
Get

The Tool that owns or holds this collection of Pins.

Public propertyPinMode

Gets the PinMode of this PinCollection.

Public propertyValues (Inherited from TrackingCollectionOfToolPinPtr.)
Top
See Also