This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInMetadataPath Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that manage file metadata for a plug-in.
This interface may be implemented by a plug-in workspace helper class that does not implement IPlugInMetadata.
Description | ||
---|---|---|
MetadataPath | The path to the metadata file for the dataset indentified by localName. |
CoClasses and Classes | Description |
---|---|
FMEWorkspaceHelper (esriDataInterop) | FMEWorkspaceHelper Class |
You should implement either IPlugInMetadata or IPlugInMetadataPath on your plug-in workspace helper for successful operation of the Export Data command in ArcMap. This command uses the FeatureDataConverter object which relies on metadata capabilities of data sources.