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


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

IACLabelRenderer.HowManyLabels Property

Determines how often a feature will be labeled.

[Visual Basic .NET]
Public Property HowManyLabels As acNumLabels
[C#]
public acNumLabels HowManyLabels {get; set;}
[C++]
HRESULT get_HowManyLabels(
  acNumLabels* NumLabels
);
[C++]
HRESULT put_HowManyLabels(
  acNumLabels NumLabels
);
[C++]
Parameters
NumLabels [out, retval]

NumLabels is a parameter of type acNumLabels* NumLabels [in]
NumLabels is a parameter of type acNumLabels

Product Availability

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

See Also

IACLabelRenderer Interface