ArcObjects Library Reference (Carto)  

ILayerGeneralProperties.LastMinimumScale Property

Last minimum scale setting used by layer.

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

Parameters

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

Product Availability

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

See Also

ILayerGeneralProperties Interface