Share

acdbRawAngToS

C++

ACCORE_PORT int acdbRawAngToS(
    double val, 
    AcString & sOut, 
    int unit = -1, 
    int prec = -1
);

File

acedads.h

Description

Identical to acdbAngToS(), except that the input angle is not reduced to the range (-360,360).

Was this information helpful?