ArcObjects Library Reference (DisplayUI)  

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