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

290f34f2 f5b0 1f5d 2ad2 83078d0321d8

haplokuon edited this page May 6, 2023 · 1 revision

ModelSpace Property

netDxf 3.0.0 Library

Gets the ModelSpace layout.

Definition

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

C#

public static Layout ModelSpace { get; }

VB

Public Shared ReadOnly Property ModelSpace As Layout
	Get

C++

public:
static property Layout^ ModelSpace {
	Layout^ get ();
}

F#

static member ModelSpace : Layout with get

Property Value

Layout

Remarks

There can be only one model space layout and it is always called "Model".

See Also

Reference

Layout Class
netDxf.Objects Namespace

Clone this wiki locally