PropertyAngle Class

Angle property template.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.CivilProperty<double,double,Autodesk::Civil::CastOp<double,double> >
          Autodesk.CivilPropertyDouble
            Autodesk.CivilPropertyAngle

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class PropertyAngle : PropertyDouble

The PropertyAngle type exposes the following members.

Properties
Methods
Remarks
The angle value will be converted to a value automatically that is fall in the range [0, 2*PI).
See Also