ReadAutodesk.Layouts Property

Gets a dictionary with the name and the entities array for each layout found in the file.
Public ReadOnly Property Layouts() As Dictionary(Of String, Entity[])
This language is not supported or no code example is available.
public Dictionary<string, Entity[]> Layouts {get;}
This language is not supported or no code example is available.

Property Value

Dictionary<string, Entity[]>

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition