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


IClassBreakInfo.Label Property (ArcObjects .NET 10.4 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(
  BSTR* 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