ArcObjects Library Reference (GeoDatabase)  

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