This document is archived and information here might be outdated. Recommended version. |
Replaces the symbol associated with the symbolID.
[Visual Basic .NET] Public Sub Replace ( _ ByVal symbolID As Integer, _ ByVal Symbol As ISymbol _ )
[C#] public void Replace ( int symbolID, ISymbol Symbol );
[C++]
HRESULT Replace(
long symbolID,
ISymbol* Symbol
);
[C++] Parameters symbolID [in]
symbolID is a parameter of type long Symbol [in]
Symbol is a parameter of type ISymbol*