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

1523dd51 1e22 9833 cda4 4ea0f1694bcd

haplokuon edited this page May 6, 2023 · 1 revision

Viewport Property

netDxf 3.0.0 Library

Gets the viewport associated with this layout. This is the viewport with Id 1 that represents the paper space itself, it has no graphical representation, and does not show the model.

Definition

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

C#

public Viewport Viewport { get; }

VB

Public ReadOnly Property Viewport As Viewport
	Get

C++

public:
property Viewport^ Viewport {
	Viewport^ get ();
}

F#

member Viewport : Viewport with get

Property Value

Viewport

Remarks

The ModelSpace layout does not require a viewport and it will always return null.

See Also

Reference

Layout Class
netDxf.Objects Namespace

Clone this wiki locally