This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeoDBDataTransfer Interface > IGeoDBDataTransfer.Transfer Method (ArcObjects .NET 10.4 SDK) |
Transfers Data from one Workspace to another.
[Visual Basic .NET] Public Sub Transfer ( _ ByVal from As IEnumNameMapping, _ ByVal toName As IName _ )
[C#] public void Transfer ( IEnumNameMapping from, IName toName );
[C++]
HRESULT Transfer(
IEnumNameMapping* from,
IName* toName
);
[C++]
Parameters from [in]
from is a parameter of type IEnumNameMapping toName [in]
toName is a parameter of type IName