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


ITinUniqueValueRenderer.DefaultSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinUniqueValueRenderer Interface > ITinUniqueValueRenderer.DefaultSymbol Property
ArcGIS Developer Help

ITinUniqueValueRenderer.DefaultSymbol Property

The default symbol used for 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 putref_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.

See Also

ITinUniqueValueRenderer Interface