ArcObjects Library Reference (Carto)  

IAnnotateLayerProperties.AnnotationMinimumScale Property

The minimum scale at which to display annotation.

[Visual Basic .NET]
Public Property AnnotationMinimumScale As Double
[C#]
public double AnnotationMinimumScale {get; set;}
[C++]
HRESULT get_AnnotationMinimumScale(
  double* MinScale
);
[C++]
HRESULT put_AnnotationMinimumScale(
  double MinScale
);
[C++]

Parameters

MinScale [out, retval]   MinScale is a parameter of type double MinScale [in]   MinScale is a parameter of type double

Product Availability

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

Description

AnnotationMinimumScale is the minimum scale at which labels will be drawn.

See Also

IAnnotateLayerProperties Interface