'Declaration
<System.ComponentModel.CategoryAttribute("Elements")> <System.ComponentModel.DescriptionAttribute("Obtains a reference to the collection of layers")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public ReadOnly Property Layers As NLayerCollection
'Usage
Dim instance As NDrawingDocument Dim value As NLayerCollection value = instance.Layers
[System.ComponentModel.Category("Elements")] [System.ComponentModel.Description("Obtains a reference to the collection of layers")] [System.Xml.Serialization.XmlIgnore()] public NLayerCollection Layers {get;}