This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IScaleFormat Interface > IScaleFormat.ScaleToString Method (ArcObjects .NET 10.4 SDK) |
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