This documentation is for the old version. Go to the latest Graphics Mill docs

VObjectCollection Properties

The VObjectCollection type exposes the following members.

Properties

Name Description
Public property Count

Gets the number of v-objects actually contained in the collection.

Public property IsFixedSize

Gets a value indicating whether the collection has a fixed size.

Public property IsReadOnly

Gets a value indicating whether the collection is read-only.

Public property IsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread-safe).

Public property Item

Gets/sets the v-object at the specified index.

Public property SyncRoot

Gets an object that can be used to synchronize access to the collection.

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private property IList.Item

See Also

Reference