ArcGIS Pro 2.6 API Reference Guide
esriAnimationTransitionMode Enumeration

ArcGIS.Core.CIM Namespace : esriAnimationTransitionMode Enumeration
Define the type of algorithm used to calculate transitions between animation camera keyframes.
Syntax
public enum esriAnimationTransitionMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum esriAnimationTransitionMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
esriAnimationTransitionModeAuto Calculate the path between camera keyframes using a geodesic algorithm in global scene views and a cartesian algorithm in all other views.
esriAnimationTransitionModeCartesian Calculate the path between camera keyframes using a cartesian algorithm.
esriAnimationTransitionModeGeodesic Calculate the path between camera keyframes using a geodesic algorithm.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.esriAnimationTransitionMode

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace