ArcObjects Library Reference (Carto)  

IAnnotateLayerProperties.AnnotationMaximumScale Property

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

Product Availability

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

Description

AnnotationMaximumScale is the maximum scale at which labels will be drawn.

See Also

IAnnotateLayerProperties Interface