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


IAnnoClass.ReferenceScaleUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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