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). 

 

Example of Working with the Circle Object 

Computed Circle Properties

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