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


IClassBreakInfo.Label Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IClassBreakInfo.Label Property

Class break class label.

[Visual Basic .NET]
Public Property Label As String
[C#]
public string Label {get; set;}
[C++]
HRESULT get_Label(
  System.String* classLabel
);
[C++]
HRESULT put_Label(
  BSTR classLabel
);
[C++]

Parameters classLabel [out, retval]
classLabel is a parameter of type BSTR* classLabel [in]
classLabel is a parameter of type BSTR

Product Availability

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

See Also

IClassBreakInfo Interface