ArcObjects Library Reference (Catalog)  

IGxObjectEdit.Rename Method

Renames the object.

[Visual Basic .NET]
Public Sub Rename ( _
    ByVal newShortName As String _
)
[C#]
public void Rename (
    string newShortName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObjectEdit Interface