ArcObjects Library Reference (PublisherControls)  

IARControl.ARUnitConverter Property

The ARUnitConverter contained by the control.

[Visual Basic .NET]
Public ReadOnly Property ARUnitConverter As ARUnitConverter
[C#]
public ARUnitConverter ARUnitConverter {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The ARUnitConverter object is a helper object for firstly converting values between different esriARUnits and secondly for converting values and esriARUnits constants to strings.

 

Many user preferences are also maintained in the configuration, for example window position of the Magnifier, preferences for whether the TOC is displayed. When the ReaderControl exits, typically when a form is closed, the current value of many of the settings are updated back into the ARConfiguration.

See Also

IARControl Interface