[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