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


IAnnotateLayerProperties.AnnotationMinimumScale 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.AnnotationMinimumScale Property
ArcGIS Developer Help

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