IEnumNameMapping Interface

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

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.

IEnumNameMapping.FindDatasetName Method

Finds a particular source name.

Public Function FindDatasetName ( _
    ByVal Name As String, _
    ByVal Type As esriDatasetType _
) As INameMapping
public INameMapping FindDatasetName (
    string Name,
    esriDatasetType Type
);

IEnumNameMapping.FindDomain Method

Finds a particular Domain.

Public Function FindDomain ( _
    ByVal Name As String _
) As INameMapping
public INameMapping FindDomain (
    string Name
);

IEnumNameMapping.Next Method

Retrieves the next Copy Name Mapping object.

Public Function Next ( _
) As INameMapping
public INameMapping Next (
);

IEnumNameMapping.Reset Method

Resets the enumeration sequence to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.