|
Description
|
Returns/sets the X coordinate (in drawing units) of the plot origin.
|
Syntax Visual Basic
|
[form.]DXFReader.PlotOriginX[ = Value!]
|
|
Visual C++
|
float DXFReader.GetPlotOriginX(); void DXFReader.SetPlotOriginX(float NewValue);
|
|
Delphi
|
property PlotOriginX: Single;
|
|
C#
|
float DXFReader.PlotOriginX;
|
|
Remarks
|
This property sets the X coordinate of the lower-left corner of the plotted drawing in drawing units.
This property is used only if the PlotMode property is set to drInch, drMillimeters or drCentimeters.
|
|
Data Type
|
Single
|
|
Default Value
|
0
|