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


IACMap.MapUnits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IACMap.MapUnits Property

The map units for the ArcIMS service.

[Visual Basic .NET]
Public ReadOnly Property MapUnits As acMapUnits
[C#]
public acMapUnits MapUnits {get;}
[C++]
HRESULT get_MapUnits(
  acMapUnits* MapUnits
);
[C++]

Parameters MapUnits [out, retval]
MapUnits is a parameter of type acMapUnits

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IACMap Interface