ArcObjects Library Reference (Carto)  

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