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


ILayerGeneralProperties.LastMinimumScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerGeneralProperties Interface > ILayerGeneralProperties.LastMinimumScale Property
ArcGIS Developer Help

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(
  System.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