Returns a Unit object representing angle in degrees (Id = 9102). A degree is equal to pi/180 radians.
    Namespace: 
   ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
 Syntax
Syntax
| C# | 
|---|
| public static Unit Degrees { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public Shared ReadOnly Property Degrees As Unit | 
Field Value
A new angular Unit object. Remarks
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.







