ArcObjects Library Reference (Carto)  

ILayerGeneralProperties.LastMaximumScale Property

Last maximum scale setting used by layer.

[Visual Basic .NET]
Public ReadOnly Property LastMaximumScale As Double
[C#]
public double LastMaximumScale {get;}
[C++]
HRESULT get_LastMaximumScale(
  double* MaxScale
);
[C++]

Parameters

MaxScale [out, retval]   MaxScale is a parameter of type double

Product Availability

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

See Also

ILayerGeneralProperties Interface