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.DefaultLabel Property (ArcObjects .NET 10.5 SDK) |
Default label for the unique value renderer.
[Visual Basic .NET] Public Property DefaultLabel As String
[C#] public string DefaultLabel {get; set;}
[C++]
HRESULT get_DefaultLabel(
BSTR* pLabel
);
[C++]
HRESULT put_DefaultLabel(
BSTR pLabel
);
[C++]
Parameters pLabel [out, retval] pLabel is a parameter of type BSTR pLabel [in] pLabel is a parameter of type BSTR