This document is archived and information here might be outdated.  Recommended version.


IARUnitConverter Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARUnitConverter Interface
ArcGIS Developer Help

IARUnitConverter Interface

Provides access to members that control the ARUnitConverter.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The IARUnitConverter interface is a starting point for converting values between different units of measure, and converting values, units and locations to strings. 

Members

Name Description
Method ConvertUnits Converts the specified value between two units of measure.
Method DoubleAsString Converts the specified value to a string rounded to a specified number of decimal places.
Method EsriUnitsAsAbbreviatedString Converts the specified units to a string abbreviation in upper or lower case.
Method EsriUnitsAsString Converts the specified units to strings in upper or lower case.
Method GetLocationAsString Converts the specified coordinates and units to strings.
Method GetLongLatAsString Converts the specified degree coordinates and units to strings.

Classes that implement IARUnitConverter

Classes Description
ARUnitConverter ARUnitConverter object.