ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / IMetadataInfo Interface / SetMetadata Method
The xml formatted metadata

In This Topic
    SetMetadata Method (IMetadataInfo)
    In This Topic
    Set the metadata xml.
    Syntax
    void SetMetadata( 
       string metadataXml
    )
    Sub SetMetadata( _
       ByVal metadataXml As String _
    ) 

    Parameters

    metadataXml
    The xml formatted metadata
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also