API Reference > OdDb Classes > OdDbCircle Class > OdDbCircle Methods > OdDbCircle::getArea Method
OdDbCircle::getArea Method
Syntax
C++
virtual OdResult getArea(double& vArea) const;
Parameters 
Description 
double& vArea 
[out] Reference to a variable in which this method must save the area as a Double value. 

Returns the area of the circle calculated using the classic formula (PIRR). 

 

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