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


IDisplayTransformationScales.PreviousScale Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IDisplayTransformationScales.PreviousScale Method

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

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

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

Product Availability

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

See Also

IDisplayTransformationScales Interface