public Keyframe CreateKeyframe( Camera camera, TimeSpan atTime, AnimationTransition transition )
Public Overloads Function CreateKeyframe( _ ByVal camera As Camera, _ ByVal atTime As TimeSpan, _ ByVal transition As AnimationTransition _ ) As Keyframe
Parameters
- camera
- The value of the camera.
- atTime
- The time at which to insert the keyframe in the track. In the UI the default is ArcGIS.Core.CIM.AnimationTransition.FixedArc.
- transition
- The transition for keyframe.