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


ISymbolSelector.AddSymbol Method (ArcObjects .NET 10.4 SDK)
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

.NET Related Topics

DisplayUI