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


IScaleFormat.ScaleToString Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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,
  BSTR* scaleStr
);
[C++]

Parameters Scale [in] Scale is a parameter of type double scaleStr [out, retval] scaleStr is a parameter of type BSTR

Product Availability

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

See Also

IScaleFormat Interface