|
Description
|
Returns/sets the Y coordinate (in drawing units) of the plot origin.
|
Syntax Visual Basic
|
[form.]DXFReader.PlotOriginY[ = Value!]
|
|
Visual C++
|
float DXFReader.GetPlotOriginY(); void DXFReader.SetPlotOriginY(float NewValue);
|
|
Delphi
|
property PlotOriginY: Single;
|
|
C#
|
float DXFReader.PlotOriginY;
|
|
Remarks
|
This property sets the Y 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
|