This document is archived and information here might be outdated.  Recommended version.


IRasterUniqueValueRenderer.DefaultSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterUniqueValueRenderer.DefaultSymbol Property

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.

See Also

IRasterUniqueValueRenderer Interface