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


IAnnotateLayerProperties.AnnotationMaximumScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerProperties Interface > IAnnotateLayerProperties.AnnotationMaximumScale Property
ArcGIS Developer Help

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