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