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


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

IScaleText2.MapUnits Property

Map units of the scale text. Style must be set to custom.

[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 [in]

Units is a parameter of type esriUnits Units [out, retval]
Units is a parameter of type esriUnits*

Product Availability

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

See Also

IScaleText2 Interface