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

VObjectActionCollection Class

This class represents a storage for action objects of a v-object (i.e. objects which implement the IVObjectAction interface).

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class VObjectActionCollection _
	Implements IVObjectActionCollection, ICollection, IEnumerable
C#
[DefaultMemberAttribute("Item")]
public sealed class VObjectActionCollection : IVObjectActionCollection, ICollection, 
	IEnumerable

Remarks

A collection of actions supported by a particular VObject object (SupportedActions property) will be of this type.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.WinControls.VObjectActionCollection

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

Object Model




See Also

Reference