ArcObjects Library Reference (Editor)  

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