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


ISymbolCollection2.RenameSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolCollection2 Interface > ISymbolCollection2.RenameSymbol Method
ArcGIS Developer Help

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