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

In This Topic
    Layouts Property
    In This Topic
    Gets a dictionary with the name and the entities array for each layout found in the file.
    Syntax
    'Declaration
     
    Public ReadOnly Property Layouts As Dictionary(Of String,Entity())
    public Dictionary<string,Entity[]> Layouts {get;}
    See Also