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


IEnumNameMapping.FindDatasetName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumNameMapping.FindDatasetName Method

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

Product Availability

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

See Also

IEnumNameMapping Interface