ArcObjects Library Reference (TrackingAnalyst)  

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

Parameters

pVal [out, retval]

  pVal is a parameter of type ISymbol

pVal [in]

  pVal is a parameter of type ISymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IUniqueValueTextRenderer Interface