This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInMetadataPath2 Interface > IPlugInMetadataPath2.MetadataPathByType Property (ArcObjects .NET 10.4 SDK) |
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,
BSTR* 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