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 409
a5730d2a 5a02 acf3 a597 e4805ac814b0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the default *Paper_Space block.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Block PaperSpace { get; }
VB
Public Shared ReadOnly Property PaperSpace As Block
Get
C++
public:
static property Block^ PaperSpace {
Block^ get ();
}
F#
static member PaperSpace : Block with get