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


IStorage.MoveElementTo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IStorage Interface > IStorage.MoveElementTo Method
ArcGIS Developer Help

IStorage.MoveElementTo Method

[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.

See Also

IStorage Interface