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


IEnumNameMapping Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNameMapping Interface
ArcGIS Developer Help

IEnumNameMapping Interface

Provides access to members that enumerate and find specified name mappings.

Product Availability

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

Members

Name Description
Method FindDatasetName Finds a particular source name.
Method FindDomain Finds a particular Domain.
Method Next Retrieves the next Copy Name Mapping object.
Method Reset Resets the enumeration sequence to the beginning.

Classes that implement IEnumNameMapping

Classes Description

Remarks

An enumerator for name mapping collections. These are used when transferring a set of datasets and/or domains from one geodatabase to another. See the INameMapping and INameMapping2 interfaces for more information.