Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadAutodesk Class / LayersToLoad Property

In This Topic
    LayersToLoad Property
    In This Topic
    Gets or sets the list of layers to load. Only the Entities on these layers will be loaded.
    Syntax
    'Declaration
     
    Public Property LayersToLoad As List(Of String)
    public List<string> LayersToLoad {get; set;}
    Remarks
    If null, all layers are loaded.
    See Also