This document is archived and information here might be outdated. Recommended version. |
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 [in]
ppSymbol is a parameter of type ISymbol* ppSymbol [out, retval]
ppSymbol is a parameter of type ISymbol**