This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNameMapping Interface > IEnumNameMapping.FindDatasetName Method (ArcObjects .NET 10.5 SDK) |
Finds a particular source name.
[Visual Basic .NET] Public Function FindDatasetName ( _ ByVal Name As String, _ ByVal Type As esriDatasetType _ ) As INameMapping
[C#] public INameMapping FindDatasetName ( string Name, esriDatasetType Type );
[C++]
HRESULT FindDatasetName(
BSTR Name,
esriDatasetType Type,
INameMapping** info
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR Type [in]
Type is a parameter of type esriDatasetType info [out, retval]
info is a parameter of type INameMapping