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

5a3ba9a7 51e9 5dd8 141a 6021ca707294

haplokuon edited this page May 6, 2023 · 1 revision

DefaultModelSpaceName Field

netDxf 3.0.0 Library

Default ModelSpace block name.

Definition

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

C#

public const string DefaultModelSpaceName = "*Model_Space"

VB

Public Const DefaultModelSpaceName As String = "*Model_Space"

C++

public:
literal String^ DefaultModelSpaceName = "*Model_Space"

F#

static val mutable DefaultModelSpaceName: string

Field Value

String

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally