Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

a5730d2a 5a02 acf3 a597 e4805ac814b0

haplokuon edited this page May 6, 2023 · 1 revision

PaperSpace Property

netDxf 3.0.0 Library

Gets the default *Paper_Space block.

Definition

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

Property Value

Block

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally