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


ISymbolCollection2.RenameSymbol Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

ISymbolCollection2.RenameSymbol Method

Renames the symbol with the given ID.

[Visual Basic .NET]
Public Sub RenameSymbol ( _
    ByVal symbolID As Integer, _
    ByVal Name As String _
)
[C#]
public void RenameSymbol (
    int symbolID,
    string Name
);
[C++]
HRESULT RenameSymbol(
  long symbolID,
  BSTR Name
);
[C++]

Parameters symbolID [in] symbolID is a parameter of type long Name [in] Name is a parameter of type BSTR

Product Availability

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

See Also

ISymbolCollection2 Interface