This document is archived and information here might be outdated. Recommended version. |
Adds a symbol to the array.
[Visual Basic .NET] Public Sub AddSymbol ( _ ByVal Symbol As ISymbol _ )
[C#] public void AddSymbol ( ISymbol Symbol );
[C++]
HRESULT AddSymbol(
ISymbol* Symbol
);
[C++] Parameters Symbol [in]
Symbol is a parameter of type ISymbol*