API Reference > OdDbRoot Classes > OdDbBaseVisualStylePE Class > OdDbBaseVisualStylePE Methods > OdDbBaseVisualStylePE::getPlotOrigin Method
OdDbBaseVisualStylePE::getPlotOrigin Method
Syntax
C++
virtual void getPlotOrigin(const OdRxObject*, double& x, double& y) = 0;
Parameters 
Description 
double& x 
[out] A reference to be used for returning the X coordinate of the layout's plot origin.  
double& y 
[out] A reference to be used for returning the Y coordinate of the layout's plot origin. 

Returns the current origin plot for a specified layout. 

param [in] A pointer to a layout object.

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