ArcObjects Library Reference  (Controls)    

IMapControl4.MapUnits Property

The geographical units of the map.

[Visual Basic 6.0]
Property MapUnits As esriUnits
[Visual Basic .NET]
Public Property MapUnits As esriUnits
[C#]
public esriUnits MapUnits {get; set;}
[Java]
public  getMapUnits (
    esriUnits units
)
[Java]
public void setMapUnits(
    esriUnits units
)
throws
    IOException,
    AutomationException
[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

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

 


Feedback Send feedback on this page