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


IStorage.RemoteCopyTo 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.RemoteCopyTo Method
ArcGIS Developer Help

IStorage.RemoteCopyTo Method

[Visual Basic .NET]
Public Sub RemoteCopyTo ( _
    ByVal ciidExclude As Integer, _
    ByRef rgiidExclude As Guid&, _
    ByRef snbExclude As tagRemSNB, _
    ByVal pstgDest As IStorage _
)
[C#]
public void RemoteCopyTo (
    uint ciidExclude,
    ref Guid& rgiidExclude,
    ref tagRemSNB snbExclude,
    ref IStorage pstgDest
);
[C++]
HRESULT RemoteCopyTo(
  Unsigned long ciidExclude,
  System.Guid* rgiidExclude,
  wireSNB snbExclude,
  IStorage* pstgDest
);
[C++]
Parameters
ciidExclude [in]

ciidExclude is a parameter of type unsigned long rgiidExclude [in]
rgiidExclude is a parameter of type System.Guid* snbExclude [in]
snbExclude is a parameter of type wireSNB pstgDest [in]
pstgDest is a parameter of type IStorage*

Product Availability

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

See Also

IStorage Interface