ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ViewAnimation Class
Properties Methods


In This Topic
    ViewAnimation Class Members
    In This Topic

    The following tables list the members exposed by ViewAnimation.

    Public Properties
     NameDescription
    Public Property Gets and sets current time to specific frame number.  
    Public Property Gets and sets the playback position of the animation.  
    Top
    Public Methods
     NameDescription
    Public MethodStart exporting an animation. Subscribe to ArcGIS.Desktop.Mapping.Events.AnimationExportFinishedEvent to be notified when the export is finished.  
    Public Method Gets the camera at the specified time in the track. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the map range at the specified time in the track. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the map time at the specified time in the track. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if an animation export is in progress for this map.  
    Public Method Gets a value that indicates if the layer is visible at the specified time in the track. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the transparency of a layer at a specified time in the track. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the current time to the time of the next Keyframe.  
    Public Method Play the animation.  
    Public Method Sets the current time to the time of the previous Keyframe.  
    Public Method Stop playing the animation.  
    Public Method Stop exporting, but keep any files that have already been created for the export.  
    Top
    See Also