This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeoDBDataTransfer Interface > IGeoDBDataTransfer.GenerateNameMapping Method (ArcObjects .NET 10.5 SDK) |
Generate a list of objects to transfer.
[Visual Basic .NET] Public Function GenerateNameMapping ( _ ByVal from As IEnumName, _ ByVal toName As IName, _ ByRef to As IEnumNameMapping _ ) As Boolean
[C#] public bool GenerateNameMapping ( IEnumName from, IName toName, ref IEnumNameMapping to );
[C++]
HRESULT GenerateNameMapping(
IEnumName* from,
IName* toName,
IEnumNameMapping** to,
VARIANT_BOOL* conflicts
);
[C++]
Parameters from [in]
from is a parameter of type IEnumName toName [in]
toName is a parameter of type IName to [out]
to is a parameter of type IEnumNameMapping conflicts [out, retval] conflicts is a parameter of type VARIANT_BOOL