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


IScaleFormat.StringToScale 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.StringToScale Method
ArcGIS Developer Help

IScaleFormat.StringToScale Method

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

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

scaleStr is a parameter of type BSTR

Product Availability

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

See Also

IScaleFormat Interface