ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ViewAnimation Class / BeginExport Method
The name of the animation to be exported.
Settings defining the export. A null value will use current settings.

In This Topic
    BeginExport Method
    In This Topic
    Start exporting an animation. Subscribe to ArcGIS.Desktop.Mapping.Events.AnimationExportFinishedEvent to be notified when the export is finished.
    Syntax

    Parameters

    animationName
    The name of the animation to be exported.
    exportParameters
    Settings defining the export. A null value will use current settings.

    Return Value

    True if the export was able to start.
    Exceptions
    ExceptionDescription
    Export must be started on the UI thread
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also