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 a v-object to the end of the collection.

(Overrides Collection<VObject>.Add(T).)
Public method Clear

Removes all v-objects from the collection.

(Overrides Collection<VObject>.Clear().)
Public method Contains

Determines whether an item is in the Collection<T>.

(Inherited from Collection<T>.)
Public method CopyTo

Copies the entire Collection<T> to a compatible one-dimensional array, starting at the specified index of the target array.

(Inherited from Collection<T>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator

Returns an enumerator that iterates through the Collection<T>.

(Inherited from Collection<T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
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<T>.

(Inherited from Collection<T>.)
Public method Insert

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

(Overrides Collection<VObject>.Insert(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Move

Moves a v-object from one position to another.

(Overrides Collection<VObject>.Move(Int32, Int32).)
Public method Remove

Removes the first occurrence of a specified VObject from the collection.

(Overrides Collection<VObject>.Remove(T).)
Public method RemoveAt

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

(Overrides Collection<VObject>.RemoveAt(Int32).)
Public method ToString (Inherited from Object.)

See Also

Reference