public Keyframe CreateKeyframe( TimeRange time, TimeSpan atTime, AnimationTransition transition )
Public Function CreateKeyframe( _ ByVal time As TimeRange, _ ByVal atTime As TimeSpan, _ ByVal transition As AnimationTransition _ ) As Keyframe
Parameters
- time
- The value of the current time.
- atTime
- The time at which to insert the keyframe in the track.
- transition
- The transition for start and end time of the time range. In the UI the default is ArcGIS.Core.CIM.AnimationTransition.Linear.