API Reference > OdDbRoot Classes > OdDbBaseUnitsFormatter Class > OdDbBaseUnitsFormatter Methods > OdDbBaseUnitsFormatter::unformatAngle Method
OdDbBaseUnitsFormatter::unformatAngle Method
Syntax
C++
virtual double unformatAngle(const OdString& string) const;
Parameters 
Description 
const OdString& string 
[in] String to unformat. 

Returns the specified string as an angle value.

The returned value depends on the ANGBASE system variable. 

All angles are expressed in radians.

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