Aurigma Graphics Mill 5.5 for .NET
LayerCollection Class
This class represents a collection of layers.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Syntax
Visual Basic
<DefaultMemberAttribute("Item")> _ Public Class LayerCollection _ Inherits Collection(Of Layer)
C#
[DefaultMemberAttribute("Item")] public class LayerCollection : Collection<Layer>
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.AjaxControls.VectorObjects..::.Collection
<
(Of
<
(
Layer
>
)
>
)
L
Aurigma.GraphicsMill.AjaxControls.VectorObjects..::.LayerCollection







