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

af66e376 ac2f 56c7 547d 36c61601640a

haplokuon edited this page May 6, 2023 · 1 revision

PlotType Enumeration

netDxf 3.0.0 Library

Defines the portion of paper space to output to the media.

Definition

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

C#

public enum PlotType

VB

Public Enumeration PlotType

C++

public enum class PlotType

F#

type PlotType

Members

LastScreenDisplay 0 Last screen display
DrawingExtents 1 Drawing extents.
DrawingLimits 2 Drawing limits.
View 3 View specified by the plot view name.
Window 4 Window specified by the upper-right and bottom-left window corners.
LayoutInformation 5 Layout information.

See Also

Reference

netDxf.Objects Namespace

Clone this wiki locally