This document is archived and information here might be outdated. Recommended version. |
The path to the metadata file for the dataset indentified by localName.
[Visual Basic .NET] Public Function get_MetadataPathByType ( _ ByVal Type As esriDatasetType, _ ByVal localName As String _ ) As String
[C#] public string get_MetadataPathByType ( esriDatasetType Type, string localName );
[C++]
HRESULT get_MetadataPathByType(
esriDatasetType Type,
BSTR localName,
System.String* MetadataPath
);
[C++]
Parameters Type [in]
Type is a parameter of type esriDatasetType localName [in]
localName is a parameter of type BSTR MetadataPath [out, retval]
MetadataPath is a parameter of type BSTR*