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


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

IAnnoClass.ReferenceScaleUnits Property

The units of the reference scale.

[Visual Basic .NET]
Public ReadOnly Property ReferenceScaleUnits As esriUnits
[C#]
public esriUnits ReferenceScaleUnits {get;}
[C++]
HRESULT get_ReferenceScaleUnits(
  esriUnits* Units
);
[C++]
Parameters
Units [out, retval]

Units is a parameter of type esriUnits*

Product Availability

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

See Also

IAnnoClass Interface