Gets the layouts.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadLayoutDictionary Layouts { get; }
Public ReadOnly Property Layouts As CadLayoutDictionary
Get
public:
property CadLayoutDictionary^ Layouts {
CadLayoutDictionary^ get ();
}
member Layouts : CadLayoutDictionary with get
Property Value
Type:
CadLayoutDictionary
The layouts.
See Also