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


IGeoDBDataTransfer.GenerateNameMapping Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGeoDBDataTransfer.GenerateNameMapping Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoDBDataTransfer Interface

.NET Related Topics

Copying and pasting geodatabase datasets | How to export a dataset to XML