This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterUniqueValueRenderer Interface > IRasterUniqueValueRenderer.DefaultSymbol Property (ArcObjects .NET 10.5 SDK) |
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