Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / GetAngleInRad Property

In This Topic
    GetAngleInRad Property
    In This Topic
    Gets angle value in radians for angular dimension type only.
    Syntax
    public double GetAngleInRad {get;}
    public:
    property double GetAngleInRad {
       double get();
    }
    Remarks
    In case of DimensionItem type is different than angular, Double.NaN is returned.
    See Also