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


IBasicOverposterLayerProperties4.NumLabelsOption Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties4.NumLabelsOption Property

Feature labeling option for the layer.

[Visual Basic .NET]
Public Property NumLabelsOption As esriBasicNumLabelsOption
[C#]
public esriBasicNumLabelsOption NumLabelsOption {get; set;}
[C++]
HRESULT get_NumLabelsOption(
  esriBasicNumLabelsOption* option
);
[C++]
HRESULT put_NumLabelsOption(
  esriBasicNumLabelsOption option
);
[C++]

Parameters option [out, retval]
option is a parameter of type esriBasicNumLabelsOption option [in]
option is a parameter of type esriBasicNumLabelsOption

Product Availability

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

See Also

IBasicOverposterLayerProperties4 Interface