This document is archived and information here might be outdated. Recommended version. |
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