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


IGdbSchemaCreator.GenerateNameMapping Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGdbSchemaCreator Interface > IGdbSchemaCreator.GenerateNameMapping Method
ArcGIS Developer Help

IGdbSchemaCreator.GenerateNameMapping Method

Generates a name mapping enumeration for the arrays of data elements and domains.

[Visual Basic .NET]
Public Sub GenerateNameMapping ( _
    ByVal pWorkspace As IWorkspace, _
    ByVal pDataElements As IArray, _
    ByVal pDomains As IArray, _
    ByRef ppENM As IEnumNameMapping, _
    ByRef pHasConflict As Boolean _
)
[C#]
public void GenerateNameMapping (
    IWorkspace pWorkspace,
    IArray pDataElements,
    IArray pDomains,
    ref IEnumNameMapping ppENM,
    ref bool pHasConflict
);
[C++]
HRESULT GenerateNameMapping(
  IWorkspace* pWorkspace,
  IArray* pDataElements,
  IArray* pDomains,
  IEnumNameMapping** ppENM,
  Boolean* pHasConflict
);
[C++]
Parameters
pWorkspace [in]

pWorkspace is a parameter of type IWorkspace* pDataElements [in]
pDataElements is a parameter of type IArray* pDomains [in]
pDomains is a parameter of type IArray* ppENM [out]
ppENM is a parameter of type IEnumNameMapping** pHasConflict [out]
pHasConflict is a parameter of type bool*

Product Availability

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

Remarks

The GenerateNameMapping method generates a name mapping enumeration for the arrays of data elements and domain.

See Also

IGdbSchemaCreator Interface | IGdbSchemaCreator Interface