ArcObjects Library Reference (TrackingAnalyst)  

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,
  GUID* rgiidExclude,
  tagRemSNB snbExclude,
  IStorage* pstgDest
);
[C++]

Parameters

ciidExclude [in]   ciidExclude is a parameter of type Unsigned long rgiidExclude [in]

  rgiidExclude is a parameter of type GUID

snbExclude [in]

  snbExclude is a parameter of type tagRemSNB

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