This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolCollection Interface > ISymbolCollection.Replace Method (ArcObjects .NET 10.4 SDK) |
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