[Visual Basic .NET] Public Sub MoveElementTo ( _ ByVal pwcsName As String, _ ByVal pstgDest As IStorage, _ ByVal pwcsNewName As String, _ ByVal grfFlags As Integer _ )
[C#] public void MoveElementTo ( string pwcsName, IStorage pstgDest, string pwcsNewName, uint grfFlags );
[C++]
HRESULT MoveElementTo(
LPWSTR pwcsName,
IStorage* pstgDest,
LPWSTR pwcsNewName,
Unsigned long grfFlags
);
[C++]Parameters
pwcsName [in] pwcsName is a parameter of type LPWSTR pstgDest [in]pstgDest is a parameter of type IStorage
pwcsNewName [in] pwcsNewName is a parameter of type LPWSTR grfFlags [in] grfFlags is a parameter of type Unsigned long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.