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

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

 

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