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


IStorage.RenameElement Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IStorage.RenameElement Method

[Visual Basic .NET]
Public Sub RenameElement ( _
    ByVal pwcsOldName As String, _
    ByVal pwcsNewName As String _
)
[C#]
public void RenameElement (
    string pwcsOldName,
    string pwcsNewName
);
[C++]
HRESULT RenameElement(
  LPWSTR pwcsOldName,
  LPWSTR pwcsNewName
);
[C++]

Parameters pwcsOldName [in] pwcsOldName is a parameter of type LPWSTR pwcsNewName [in] pwcsNewName is a parameter of type LPWSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IStorage Interface