Name | Description | |
---|---|---|
CurrentFrame | Gets and sets current time to specific frame number. | |
CurrentTime | Gets and sets the playback position of the animation. |
The following tables list the members exposed by ViewAnimation.
Name | Description | |
---|---|---|
CurrentFrame | Gets and sets current time to specific frame number. | |
CurrentTime | Gets and sets the playback position of the animation. |
Name | Description | |
---|---|---|
BeginExport | Start exporting an animation. Subscribe to ArcGIS.Desktop.Mapping.Events.AnimationExportFinishedEvent to be notified when the export is finished. | |
GetCameraAtTime | Gets the camera at the specified time in the track. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCurrentRangeAtTime | Gets the map range at the specified time in the track. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCurrentTimeAtTime | Gets the map time at the specified time in the track. This method must be called on the MCT. Use QueuedTask.Run. | |
GetIsExporting | Gets if an animation export is in progress for this map. | |
GetIsVisibleAtTime | 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. | |
GetTransparencyAtTime | Gets the transparency of a layer at a specified time in the track. This method must be called on the MCT. Use QueuedTask.Run. | |
NextKeyframe | Sets the current time to the time of the next Keyframe. | |
Play | Play the animation. | |
PreviousKeyframe | Sets the current time to the time of the previous Keyframe. | |
Stop | Stop playing the animation. | |
StopExport | Stop exporting, but keep any files that have already been created for the export. |