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


IMapControlDefault.MapUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControlDefault Interface > IMapControlDefault.MapUnits Property
ArcGIS Developer Help

IMapControlDefault.MapUnits Property

The geographical units of the map.

[Visual Basic .NET]
Public Property MapUnits As esriUnits
[C#]
public esriUnits MapUnits {get; set;}
[C++]
HRESULT get_MapUnits(
void
);
[C++]
HRESULT put_MapUnits(
);

Product Availability

Available with ArcGIS Engine.

Description

This property is a shortcut to IMap::MapUnits.

See Also

IMapControlDefault Interface