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


IGxObjectEdit.Rename Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectEdit Interface > IGxObjectEdit.Rename Method
ArcGIS Developer Help

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