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 > IPlugInMetadata Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that manage property set metadata for a plug-in.
May be implemented by a plug-in workspace helper class if a plug-in data source has its own metadata engine.
Description | ||
---|---|---|
CanEditMetadata | Indicates if the metadata for the indicated dataset currently writable. | |
Metadata | A property set containing the metadata for the indicated dataset. |
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.