ArcObjects Library Reference (Display)  

IDisplayTransformationScales.NextScale Method

Find the nearest standard scale with a value that is higher than the specified scale.

[Visual Basic .NET]
Public Function NextScale ( _
    ByVal scale As Double _
) As Double
[C#]
public double NextScale (
    double scale
);
[C++]
HRESULT NextScale(
  double scale,
  double* NextScale
);
[C++]

Parameters

scale [in]   scale is a parameter of type double NextScale [out, retval]   NextScale is a parameter of type double

Product Availability

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

See Also

IDisplayTransformationScales Interface