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