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


IBasicOverposterLayerProperties4.NumLabelsOption Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicOverposterLayerProperties4 Interface > IBasicOverposterLayerProperties4.NumLabelsOption Property
ArcGIS Developer Help

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