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


IScaleFormat.ScaleToString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IScaleFormat Interface > IScaleFormat.ScaleToString Method
ArcGIS Developer Help

IScaleFormat.ScaleToString Method

Convert the absolute scale to a string using the current IScaleFormat attributes.

[Visual Basic .NET]
Public Function ScaleToString ( _
    ByVal Scale As Double _
) As String
[C#]
public string ScaleToString (
    double Scale
);
[C++]
HRESULT ScaleToString(
  double Scale
);
[C++]
Parameters
Scale [in]

Scale is a parameter of type double

Product Availability

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

See Also

IScaleFormat Interface