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

VObjectCollection Methods

The VObjectCollection type exposes the following members.

Methods

Name Description
Public method add

Adds the specified item to the end of the collection.

(Inherited from Collection.)
Public method clear

Removes all v-objects from the collection.

Public method contains

Determines whether the specified item is in the collection.

(Inherited from Collection.)
Public method getVObjectsByName

Search v-objects with the specified name.

Public method indexOf

Searches for the specified item and returns the zero-based index of the first occurrence within the entire collection.

(Inherited from Collection.)
Public method insert

Inserts a v-object into the collection at the specified index.

Public method move

Moves a v-object from one position to another.

Public method push

Pushes the specified item to the collection.

(Inherited from Collection.)
Public method removeAt

Removes the v-object at the specified index of the collection.

See Also

Reference