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 items actually contained in the Collection<T>.

(Inherited from Collection<T>.)
Public property IsReadOnly

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

(Inherited from Collection<T>.)
Public property Item

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

(Overrides Collection<VObject>.Item[Int32].)
Public property Layer

Gets a reference to the Layer object this VObjectCollection belongs to.

See Also

Reference