API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::get2dGeoms Method
OdPage::get2dGeoms Method
Syntax
C++
void get2dGeoms(Od2dGeometryReferencePtrArray& geoms, OdRectArray& locations) const;
Parameters 
Description 
Od2dGeometryReferencePtrArray& geoms 
[in] A placeholder for geometry references array.  
OdRectArray& locations 
[in] A placeholder for geometry locations array. 

Returns two-dimensional geometry references previously added to the page. The method fills two passed arrays with geometry references and their locations, then returns these arrays to a calling subroutine. 

 

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