This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
1523dd51 1e22 9833 cda4 4ea0f1694bcd
haplokuon edited this page May 6, 2023
·
1 revision
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.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Viewport Viewport { get; }VB
Public ReadOnly Property Viewport As Viewport
GetC++
public:
property Viewport^ Viewport {
Viewport^ get ();
}F#
member Viewport : Viewport with getThe ModelSpace layout does not require a viewport and it will always return null.