ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / IMetadata Interface
Members Example

In This Topic
    IMetadata Interface
    In This Topic
    Implemented by items that support metadata
    Syntax
    public interface IMetadata 
    Public Interface IMetadata 
    Example
    Item: Get its IMetadata interface
    Item gdbItem = ItemFactory.Instance.Create(@"C:\projectAlpha\GDBs\regionFive.gdb");
    IMetadata gdbMetadataItem = gdbItem as IMetadata;
    
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also