Gets a list of the symbols that are currently selected in the symbol library.

Namespace: Ico.Gwx
Assembly: GwxSymbolLibraryControl (in GwxSymbolLibraryControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxSymbol[] GetSelectedSymbols()
Visual Basic
Public Function GetSelectedSymbols As GwxSymbol()
JScript
public function GetSelectedSymbols() : GwxSymbol[]

Return Value

A list of symbols.

See Also