Leadtools.Annotations.Core.AnnAngularUnit = function() { };
Leadtools.Annotations.Core.AnnAngularUnit.prototype = {
radian = 0,
degree = 1,
};
Value | Member | Description |
---|---|---|
0 | radian | Angle is in radians. |
1 | degree | Angle is in degrees. |