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


ISymbolSelector.AddSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IS > ISymbolSelector Interface > ISymbolSelector.AddSymbol Method
ArcGIS Developer Help

ISymbolSelector.AddSymbol Method

Brings up a dialog for Adding a symbol.

[Visual Basic .NET]
Public Function AddSymbol ( _
    ByVal symbol As ISymbol _
) As Boolean
[C#]
public bool AddSymbol (
    ISymbol symbol
);

Product Availability

Available with ArcGIS Desktop.

Description

The AddSymbol method also determines which symbol is shown in the initial Preview frame when the dialog box opens.

See Also

ISymbolSelector Interface