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


IPlugInMetadata2.MetadataByType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInMetadata2 Interface > IPlugInMetadata2.MetadataByType Property
ArcGIS Developer Help

IPlugInMetadata2.MetadataByType Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPlugInMetadata2 Interface