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