Gets the Symbol object with the specified id in the specified symbol set.

public static IList<Symbol> GetSymbolsByID( 
string symbolSet
string symboldId 
)

Parameters

symbolSet

Type: string

The name of the symbol set.

symboldId

Type: string

The symbol's unique identifier.

Return Value

A Symbol object.
See GetMatchingSymbols for a usage example.