This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
566d6f0b 7cbe 4c90 2bdc 1bb446799428
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the default *Model_Space block.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Block ModelSpace { get; }
VB
Public Shared ReadOnly Property ModelSpace As Block
Get
C++
public:
static property Block^ ModelSpace {
Block^ get ();
}
F#
static member ModelSpace : Block with get