ArcObjects Library Reference (Display)  

ISymbolCollection2.Replace Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISymbolCollection2 Interface