API Reference > OdDb Classes > OdDbPlotSettingsValidator Class > OdDbPlotSettingsValidator Methods > OdDbPlotSettingsValidator::setPlotOrigin Method
OdDbPlotSettingsValidator::setPlotOrigin Method
Syntax
C++
virtual OdResult setPlotOrigin(OdDbPlotSettings * pPlotSettings, double xCoordinate, double yCoordinate) = 0;
Parameters 
Description 
double xCoordinate 
[out] X-coordinate of the origin offset.  
double yCoordinate 
[out] Y-coordinate of the origin offset. 

Sets the plot origin offset for the specified PlotSettings object. 

 

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.