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


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

ILabelClassDescription.MinimumScale Property

Minimum scale at which the symbol will display.

[Visual Basic .NET]
Public Property MinimumScale As Double
[C#]
public double MinimumScale {get; set;}
[C++]
HRESULT get_MinimumScale(
  System.Double* pMinimumScale
);
[C++]
HRESULT put_MinimumScale(
  double pMinimumScale
);
[C++]
Parameters
pMinimumScale [out, retval]

pMinimumScale is a parameter of type double* pMinimumScale [in]
pMinimumScale is a parameter of type double

Product Availability

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

Remarks

When the MinimumScale is specified, features will not be labeled when zooming out beyond that scale. For example, if the MaximumScale is 1000, labels will not display when zoomed out beyond 1:1000.

See Also

ILabelClassDescription Interface