This document is archived and information here might be outdated.  Recommended version.


IEditProperties2.AngularUnitPrecision Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditProperties2 Interface > IEditProperties2.AngularUnitPrecision Property
ArcGIS Developer Help

IEditProperties2.AngularUnitPrecision Property

Precision used to display angular units.

[Visual Basic .NET]
Public Property AngularUnitPrecision As Integer
[C#]
public int AngularUnitPrecision {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

AngularUnitPrecision determines the number of digits displayed after the decimal place.  The default is 4.

See Also

IEditProperties2 Interface