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.