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

VObjectActionCollection Members

The VObjectActionCollection type exposes the following members.

Constructors

Name Description
Public method VObjectActionCollection

Creates and initializes a new action collection.

Methods

Name Description
Public method Contains

Determines whether an action is in the collection.

Public method CopyTo

Copies the collection to a one-dimensional array, starting at the specified index of the target array.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator

Returns an enumerator for the actions allowing the collection to be used in foreach blocks.

Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Count

Gets the number of actions actually contained in the collection.

Public property IsSynchronized

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

Public property Item

Gets the action with the specified ID.

Public property SyncRoot

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

See Also

Reference