API Reference > Other Classes > OdUnitsFormatter Class > OdUnitsFormatter Methods > OdUnitsFormatter::unformatAngle Method
OdUnitsFormatter::unformatAngle Method
Syntax
C++
virtual double unformatAngle(const OdString& string) const = 0;
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.