public Keyframe CreateKeyframe( Camera camera, TimeSpan atTime, AnimationTransition transition, double transitionScale )
Public Overloads Function CreateKeyframe( _ ByVal camera As Camera, _ ByVal atTime As TimeSpan, _ ByVal transition As AnimationTransition, _ ByVal transitionScale As Double _ ) As Keyframe
Parameters
- camera
- The value of the camera.
- atTime
- The time at which to insert the keyframe in the track.
- transition
- The transition for all values of the camera. In the UI the default is ArcGIS.Core.CIM.AnimationTransition.FixedArc.
- transitionScale
- A value indicating the shape of the curve for adjustable transitions. The value must be between 0.0 and 1.0. Smaller values will result in a tighter / smaller curve than larger values.