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


ILabelClassDescription.MaximumScale 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.MaximumScale Property
ArcGIS Developer Help

ILabelClassDescription.MaximumScale Property

Maximum scale at which the symbol will display.

[Visual Basic .NET]
Public Property MaximumScale As Double
[C#]
public double MaximumScale {get; set;}
[C++]
HRESULT get_MaximumScale(
  System.Double* pMaximumScale
);
[C++]
HRESULT put_MaximumScale(
  double pMaximumScale
);
[C++]
Parameters
pMaximumScale [out, retval]

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

Product Availability

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

Remarks

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

See Also

ILabelClassDescription Interface