DXFReaderNETControlPlotOrientation Property
|
Returns/sets the orientation of the plotted drawing.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic PlotOrientationType PlotOrientation { get; set; }
Public Property PlotOrientation As PlotOrientationType
Get
Set
public:
property PlotOrientationType PlotOrientation {
PlotOrientationType get ();
void set (PlotOrientationType value);
}
member PlotOrientation : PlotOrientationType with get, set
PROPERTY PlotOrientation AS PlotOrientationType GET SET
Property Value
Type:
PlotOrientationType
Remarks
See Also