ArcGIS Pro 2.6 API Reference Guide
BeginExport Method

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.
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 10, Windows 8.1, Windows 7

See Also

Reference

ViewAnimation Class
ViewAnimation Members