This document is archived and information here might be outdated. Recommended version. |
A property set containing the metadata for the indicated dataset.
[Visual Basic .NET] Public Function get_MetadataByType ( _ ByVal Type As esriDatasetType, _ ByVal localName As String _ ) As IPropertySet
[Visual Basic .NET] Public Sub set_MetadataByType ( _ ByVal Type As esriDatasetType, _ ByVal localName As String, _ ByVal Metadata As IPropertySet _ )
[C#] public IPropertySet get_MetadataByType ( esriDatasetType Type, string localName );
[C#] public void set_MetadataByType ( esriDatasetType Type, string localName, IPropertySet Metadata );
[C++]
HRESULT get_MetadataByType(
esriDatasetType Type,
BSTR localName,
IPropertySet** Metadata
);
[C++]
HRESULT put_MetadataByType(
esriDatasetType Type,
BSTR localName,
IPropertySet* Metadata
);
[C++]
Parameters Type [in]
Type is a parameter of type esriDatasetType localName [in]
localName is a parameter of type BSTR Metadata [out, retval]
Metadata is a parameter of type IPropertySet** Type [in]
Type is a parameter of type esriDatasetType localName [in]
localName is a parameter of type BSTR Metadata [in]
Metadata is a parameter of type IPropertySet*