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


IIMSFeatureClass.MapUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IIMSFeatureClass.MapUnits Property

The map units.

[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

IIMSFeatureClass Interface