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

2ff01569 d5d5 5ade 50eb cfe9c95b90db

haplokuon edited this page May 6, 2023 · 1 revision

DefaultPaperSpaceName Field

netDxf 3.0.0 Library

Default PaperSpace block name.

Definition

Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public const string DefaultPaperSpaceName = "*Paper_Space"

VB

Public Const DefaultPaperSpaceName As String = "*Paper_Space"

C++

public:
literal String^ DefaultPaperSpaceName = "*Paper_Space"

F#

static val mutable DefaultPaperSpaceName: string

Field Value

String

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally