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


IRasterUniqueValueRenderer.DefaultLabel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterUniqueValueRenderer.DefaultLabel Property

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

Product Availability

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

See Also

IRasterUniqueValueRenderer Interface