API Reference > OdDb Classes > OdDbPlotSettings Class > OdDbPlotSettings Methods > OdDbPlotSettings::getPlotOrigin Method
OdDbPlotSettings::getPlotOrigin Method
Syntax
C++
void getPlotOrigin(double& xCoordinate, double& yCoordinate) const;
Parameters 
Description 
double& xCoordinate 
[out] Receives the X-coordinate of the origin offset.  
double& yCoordinate 
[out] Receives the Y-coordinate of the origin offset. 

Returns the plot origin offset for this PlotSettings object (DXF 46, 47). 

 

The plot origin offset is measured with respect to the plot margin. All distances are returned in millimeters, regardless of the drawing units.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.