ArcObjects Library Reference (Carto)  

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

IBasicOverposterLayerProperties2 Interface