Returns a Unit object representing angle in mils (Id = 9114). One mil equals the angle subtended by 1/64000 part of a circle, approximately 1/1000th of a radian. This unit is commonly used by military organizations.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public static Unit Mil6400 { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Mil6400 As Unit

Field Value

A new angular Unit object.

Remarks

Units are often retrieved from the CoordinateSystem of a Geometry, MapDisplay, Layer, Table, Raster, or GeodatabaseFolder; however you can also create new Units using nested type initializers like this one; similar properties exist for all types of Unit used by ArcGIS Explorer.

See Also