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


IACMap.MapUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACMap Interface > IACMap.MapUnits Property
ArcGIS Developer Help

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