API Reference > OdDb Classes > OdDbHatchPE Class > OdDbHatchPE Methods > OdDbHatchPE::getArea Method
OdDbHatchPE::getArea Method
Syntax
C++
virtual OdResult getArea(const OdDbHatch* pHatch, double& area) const = 0;
Parameters 
Description 
const OdDbHatch* pHatch 
[in] Pointer to the hatch.  
double& area 
[out] Receives the area. 

Returns eOk if successful, or an appropriate error code if not.

Returns the area of this entity. 

 

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