This document is archived and information here might be outdated.  Recommended version.


ISymbolCollection.Replace Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

ISymbolCollection.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

ISymbolCollection Interface