This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterUniqueValueRenderer Interface > IRasterUniqueValueRenderer.Label Property (ArcObjects .NET 10.5 SDK) |
Label for a particular class in the specified heading.
[Visual Basic .NET] Public Function get_Label ( _ ByVal iHeading As Integer, _ ByVal iClass As Integer _ ) As String
[Visual Basic .NET] Public Sub set_Label ( _ ByVal iHeading As Integer, _ ByVal iClass As Integer, _ ByVal pLabel As String _ )
[C#] public string get_Label ( int iHeading, int iClass );
[C#] public void set_Label ( int iHeading, int iClass, string pLabel );
[C++]
HRESULT get_Label(
long iHeading,
long iClass,
BSTR* pLabel
);
[C++]
HRESULT put_Label(
long iHeading,
long iClass,
BSTR pLabel
);
[C++]
Parameters iHeading [in] iHeading is a parameter of type long iClass [in] iClass is a parameter of type long pLabel [out, retval] pLabel is a parameter of type BSTR iHeading [in] iHeading is a parameter of type long iClass [in] iClass is a parameter of type long pLabel [in] pLabel is a parameter of type BSTR