Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / Layers Property

In This Topic
    Layers Property (ViewportLayout)
    In This Topic
    Layer collection.
    Syntax
    'Declaration
     
    Public Property Layers As LayerKeyedCollection
    public LayerKeyedCollection Layers {get; set;}
    Remarks
    If the collection is empty, the "Default" layer is added.
    See Also