LayoutModelSpace Property
|
Gets the ModelSpace layout.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static Layout ModelSpace { get; }
Public Shared ReadOnly Property ModelSpace As Layout
Get
public:
static property Layout^ ModelSpace {
Layout^ get ();
}
static member ModelSpace : Layout with get
STATIC PROPERTY ModelSpace AS Layout GET
Property Value
Type:
LayoutRemarks
There can be only one model space layout and it is always called "Model".
See Also