This class represents a storage for v-objects (i.e. objects which implement the IVObject interface).

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

Syntax

Visual Basic

<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class VObjectCollection _
	Implements IList, ICollection, IEnumerable, IDisposable

C#

[SerializableAttribute]
[DefaultMemberAttribute("Item")]
public class VObjectCollection : IList, ICollection, IEnumerable, 
	IDisposable

Remarks

A collection of v-objects contained in Layer instances (VObjects property) will be of this type.

Inheritance Hierarchy

System..::.Object L Aurigma.GraphicsMill.WinControls..::.VObjectCollection

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.