This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControl3 Interface > IMapControl3.MapUnits Property (ArcObjects .NET 10.4 SDK) |
The geographical units of the map.
[Visual Basic .NET] Public Property MapUnits As esriUnits
[C#] public esriUnits MapUnits {get; set;}
[C++]
HRESULT get_MapUnits(
esriUnits* units
);
[C++]
HRESULT put_MapUnits(
esriUnits units
);
[C++]
Parameters units [out, retval]
units is a parameter of type esriUnits units [in]
units is a parameter of type esriUnits
This property is a shortcut to IMap::MapUnits.
IMapControl3 Interface | IMapControl3.Map Property | IMapControl4.Map Property | IMapControl2.Map Property | IMapControl3.MapScale Property | IMapControl4.MapScale Property | IMapControl2.MapScale Property | IMapControl4.ReferenceScale Property | IMapControl3.ReferenceScale Property | IMapControl2.ReferenceScale Property | IMapControl2.SpatialReference Property | IMapControl4.SpatialReference Property | IMapControl3.SpatialReference Property