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


IACLabelRenderer.HowManyLabels Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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