This document is archived and information here might be outdated. Recommended version. |
The symbol associated with the given ID.
[Visual Basic .NET] Public Function get_Symbol ( _ ByVal SymbolID As Integer _ ) As ISymbol
[C#] public ISymbol get_Symbol ( int SymbolID );
[C++]
HRESULT get_Symbol(
long SymbolID,
ISymbol** Symbol
);
[C++] Parameters SymbolID [in]
SymbolID is a parameter of type long Symbol [out, retval]
Symbol is a parameter of type ISymbol**