This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerProperties Interface > IAnnotateLayerProperties.AnnotationMaximumScale Property (ArcObjects .NET 10.4 SDK) |
The maximum scale at which to display annotation.
[Visual Basic .NET] Public Property AnnotationMaximumScale As Double
[C#] public double AnnotationMaximumScale {get; set;}
[C++]
HRESULT get_AnnotationMaximumScale(
double* MaxScale
);
[C++]
HRESULT put_AnnotationMaximumScale(
double MaxScale
);
[C++]
Parameters MaxScale [out, retval] MaxScale is a parameter of type double MaxScale [in] MaxScale is a parameter of type double
AnnotationMaximumScale is the maximum scale at which labels will be drawn.