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