ArcObjects Library Reference (Carto)  

IUniqueValueRenderer.DefaultSymbol Property

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** Symbol
);
[C++]
HRESULT put_DefaultSymbol(
  ISymbol* Symbol
);
[C++]

Parameters

Symbol [out, retval]

  Symbol is a parameter of type ISymbol

Symbol [in]

  Symbol is a parameter of type ISymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The symbol used to represent all attribute values that have not been added to the renderer.

Remarks

Values that have not been added to the renderer object can be drawn according to the symbol set for this property. To enable the drawing of this symbol you must also set UseDefaultSymbolTrue. Access the label for the default symbol through DefaultLabel.

See Also

IUniqueValueRenderer Interface

.NET Related Topics

Defining a renderer for a layer