RecordCollection PropertiesCognex VisionPro 9.10

The RecordCollection 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 KeyedCollectionOfRecordPtr Capacity.)
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides KeyedCollectionOfRecordPtr ChangedEventSuspended.)
Public propertyCount

Get the number of elements contained in this collection.

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

Get whether or not this collection is read-only.

(Overrides KeyedCollectionOfRecordPtr IsReadOnly.)
Public propertyItem Int32  (Overrides KeyedCollectionOfRecordPtr Item Int32 .)
Public propertyItem String  (Overrides KeyedCollectionOfRecordPtr Item String .)
Public propertyKeys (Inherited from KeyedCollectionOfRecordPtr.)
Public propertyValues (Inherited from KeyedCollectionOfRecordPtr.)
Top
See Also