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

In This Topic
    ViewAnimation Class
    In This Topic
    Allows control of the frame or time along an animation for the view.
    Object Model
    ViewAnimation ClassCamera ClassRange ClassTimeRange Class
    Syntax
    public sealed class ViewAnimation 
    Public NotInheritable Class ViewAnimation 
    Remarks
    Similar to how the map defines the layers that make up the map, the map defines the Animation and the collection of Keyframe objects for all views of the map. However, it is possible to have multiple views of a map set to different times or frames in the animation. An instance of this class is returned from the MapView.Animation property and can be used to set the current time or frame, step to the next or previous keyframe, or play and stop the animation.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Mapping.ViewAnimation

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also