This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IU > IUniqueValueTextRenderer Interface > IUniqueValueTextRenderer.DefaultSymbol Property (ArcObjects .NET 10.5 SDK) |
Symbol used to draw any unspecified values (may be NULL).
[Visual Basic .NET] Public Property DefaultSymbol As ISymbol
[C#] public ISymbol DefaultSymbol {get; set;}
[C++]
HRESULT get_DefaultSymbol(
ISymbol** pVal
);
[C++]
HRESULT put_DefaultSymbol(
ISymbol* pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type ISymbol pVal [in]
pVal is a parameter of type ISymbol