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.