ArcObjects Library Reference (Carto)  

IAnnoClassAdmin.ReferenceScaleUnits Property

The units of the reference scale.

[Visual Basic .NET]
Public WriteOnly Property ReferenceScaleUnits
[C#]
public void ReferenceScaleUnits {set;}
[C++]
HRESULT put_ReferenceScaleUnits(
  esriUnits 
);
[C++]

Parameters

[in]

   is a parameter of type esriUnits

Product Availability

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

See Also

IAnnoClassAdmin Interface