ESRI.ArcGIS.Mobile
Unit Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace : Unit Class


The following tables list the members exposed by Unit.

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)Centimeter Gets the Centimeter Unit instance.  
Public Propertystatic (Shared in Visual Basic)Degree Gets Degree Unit instance.  
Public PropertyFactor Gets the conversion factor from the unit to Meter for linear units or to Radian for angular units.  
Public PropertyFactoryCode Gets the Unit Factory Code.  
Public Propertystatic (Shared in Visual Basic)Foot Gets the Foot Unit instance.  
Public Propertystatic (Shared in Visual Basic)Inch Gets the Inch Unit instance.  
Public PropertyInchUnitFactor Returns a factor that allows conversion of the value in the current unit into inches. Note: In case the current unit is angular, this factor is an approximation at the equator. Use this property with caution.  
Public PropertyIsAngular Indicates if the unit is angular or linear.  
Public Propertystatic (Shared in Visual Basic)Kilometer Gets the Kilometers Unit instance.  
Public Propertystatic (Shared in Visual Basic)Meter Gets the Meters Unit instance.  
Public PropertyMeterUnitFactor Returns a factor that allows conversion of a value in the current unit into meter. Note: In case the current unit is angular, this factor is an approximation at the equator. Use this property with caution.  
Public Propertystatic (Shared in Visual Basic)Mile Gets the Mile Unit instance.  
Public Propertystatic (Shared in Visual Basic)Millimeter Gets the Millimeter Unit instance.  
Public Propertystatic (Shared in Visual Basic)NauticalMile Gets the Nautical Mile Unit instance.  
Public PropertyUnitName Gets the unit name.  
Public Propertystatic (Shared in Visual Basic)Unknown Gets the Unknown Unit instance.  
Public Propertystatic (Shared in Visual Basic)Yard Gets the Yard Unit instance.  
Top

Public Methods

 NameDescription
Public MethodEqualsOverloaded. Overridden.  Returns true if the two instance are equal in values.  
Public Methodstatic (Shared in Visual Basic)FromSquareUnitToSquareUnit Converts a square value in source units into a new square value in target units.  
Public Methodstatic (Shared in Visual Basic)FromUnitToUnit Converts the value in source units into a new value in target units.  
Public Methodstatic (Shared in Visual Basic)GetCommonLinearUnits Returns the list of commonly used linear units.  
Public MethodGetHashCodeOverridden.  Returns the instance hash code.  
Public Methodstatic (Shared in Visual Basic)GetUnit Get the Unit instance for the factory code.  
Public MethodToStringOverridden.  Returns a String that represents the current Object.  
Top

See Also