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


IGxObjectEdit.Rename Method (ArcObjects .NET 10.4 SDK)
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