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


IEnumNameMapping.FindDatasetName Method (ArcObjects .NET 10.6 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
);
[C++]

Parameters Name [in]
Name is a parameter of type BSTR Type [in]
Type is a parameter of type esriDatasetType

Product Availability

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

See Also

IEnumNameMapping Interface