ArcObjects Library Reference (Controls)  

IMapControl2.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(
  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

Product Availability

Available with ArcGIS Engine.

Description

This property is a shortcut to IMap::MapUnits.

See Also

IMapControl2 Interface | IMapControl2.Map Property | IMapControl3.Map Property | IMapControl4.Map Property | IMapControl2.MapScale Property | IMapControl3.MapScale Property | IMapControl4.MapScale Property | IMapControl4.ReferenceScale Property | IMapControl2.ReferenceScale Property | IMapControl3.ReferenceScale Property | IMapControl4.SpatialReference Property | IMapControl2.SpatialReference Property | IMapControl3.SpatialReference Property