ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapMember Class / ExportPopupConfiguration Method
The entire file path, including file name, where the .pop file will be exported to.

In This Topic
    ExportPopupConfiguration Method
    In This Topic
    Exports the MapMember's current popup configuration to a .pop file. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void ExportPopupConfiguration( 
       string filePath
    )
    Public Sub ExportPopupConfiguration( _
       ByVal filePath As String _
    ) 

    Parameters

    filePath
    The entire file path, including file name, where the .pop file will be exported to.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Thrown when the filePath is null or empty.
    Thrown when the filePath does not end with a .pop extension.
    Thrown when there is no popup configuration available for the MapMember.
    Thrown when there is an error writing the popup configuration to the file.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also