MeasureUnit Properties
Represents a measure unit used by a map.| Name | Description |
|---|---|
| Abbreviation | Gets an abbreviation corresponding to the current measure unit. |
| Centimeter static | Returns an instance of the MeasureUnit class representing centimeters. |
| Foot static | Returns an instance of the MeasureUnit class representing feet. |
| Furlong static | Returns an instance of the MeasureUnit class representing furlongs. |
| Inch static | Returns an instance of the MeasureUnit class representing inches. |
| Kilometer static | Returns an instance of the MeasureUnit class representing kilometers. |
| Meter static | Returns an instance of the MeasureUnit class representing meters. |
| MetersInUnit | Returns a value specifying the current measure unit converted into meters. |
| Mile static | Returns an instance of the MeasureUnit class representing miles. |
| Millimeter static | Returns an instance of the MeasureUnit class representing millimeters. |
| Name | Gets a name of a measure unit |
| NauticalMile static | Returns an instance of the MeasureUnit class representing nautical miles. |
| Yard static | Returns an instance of the MeasureUnit class representing yards. |
See Also