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