This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARUnitConverter Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the ARUnitConverter.
The IARUnitConverter interface is a starting point for converting values between different units of measure, and converting values, units and locations to strings.
Description | ||
---|---|---|
ConvertUnits | Converts the specified value between two units of measure. | |
DoubleAsString | Converts the specified value to a string rounded to a specified number of decimal places. | |
EsriUnitsAsAbbreviatedString | Converts the specified units to a string abbreviation in upper or lower case. | |
EsriUnitsAsString | Converts the specified units to strings in upper or lower case. | |
GetLocationAsString | Converts the specified coordinates and units to strings. | |
GetLongLatAsString | Converts the specified degree coordinates and units to strings. |
CoClasses and Classes | Description |
---|---|
ARUnitConverter | ARUnitConverter object. |