Default unique value renderer.
[Visual Basic .NET] Public Property DefaultSymbol As ISymbol
[C#] public ISymbol DefaultSymbol {get; set;}
[C++]
HRESULT get_DefaultSymbol(
ISymbol** ppSymbol
);
[C++]
HRESULT putref_DefaultSymbol(
ISymbol* ppSymbol
);
[C++]Parameters
ppSymbol [out, retval]ppSymbol is a parameter of type ISymbol
ppSymbol [in]ppSymbol is a parameter of type ISymbol
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.