This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IU > IUniqueValueTextRenderer Interface > IUniqueValueTextRenderer.DefaultLabel Property (ArcObjects .NET 10.4 SDK) |
Label used for unspecified values.
[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