ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties.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

IBasicOverposterLayerProperties Interface