Eyeshot 10 WinForms API Reference
Layouts Property

WinForms Assembly > devDept.Eyeshot.Translators Namespace > ReadAutodesk Class : Layouts Property
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

Reference

ReadAutodesk Class
ReadAutodesk Members