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


IEnumNameMapping.FindDatasetName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNameMapping Interface > IEnumNameMapping.FindDatasetName Method
ArcGIS Developer Help

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