The user interface display units.
[Visual Basic .NET] Public Property UIDisplayUnits As esriUnits
[C#] public esriUnits UIDisplayUnits {get; set;}
[C++]
HRESULT get_UIDisplayUnits(
esriUnits* units
);
[C++]
HRESULT put_UIDisplayUnits(
esriUnits units
);
[C++]Parameters
units [out, retval]units is a parameter of type esriUnits
units [in]units is a parameter of type esriUnits
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.