Provides access to members that enumerate and find specified name mappings.
Members
Name | Description | |
---|---|---|
FindDatasetName | Finds a particular source name. | |
FindDomain | Finds a particular Domain. | |
Next | Retrieves the next Copy Name Mapping object. | |
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.