This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IM > IMetadataExport Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that define a metadata exporter.
Description | ||
---|---|---|
DefaultFilename | Default filename (including the file extension) to create on export. | |
Export | Exports metadata to the specified location. | |
Name | Name of the metadata exporter. |
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.