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


IMetadataExport Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IM > IMetadataExport Interface
ArcGIS Developer Help

IMetadataExport Interface

Provides access to members that define a metadata exporter.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property DefaultFilename Default filename (including the file extension) to create on export.
Method Export Exports metadata to the specified location.
Read-only property Name Name of the metadata exporter.

Classes that implement IMetadataExport

Classes Description

Remarks

The IMetadataExport interface is available to custom CoClasses that implement the MetadataExport abstract class. For example, a custom CoClass might be written to support exporting metadata from an ArcGIS item to a custom document format. Example code illustrating how to use this object is available in the ArcGIS 9.3.1 Developer Help system.