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:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Viewport Viewport { get; }
Public ReadOnly Property Viewport As Viewport
Get
public:
property Viewport^ Viewport {
Viewport^ get ();
}
member Viewport : Viewport with get
PROPERTY Viewport AS Viewport GET
Property Value
Type:
ViewportRemarks The ModelSpace layout does not require a viewport and it will always return null.
See Also