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