public Keyframe CreateKeyframe( Layer layer, TimeSpan atTime, bool isVisibile, double transparency, AnimationTransition transition )
Public Function CreateKeyframe( _ ByVal layer As Layer, _ ByVal atTime As TimeSpan, _ ByVal isVisibile As Boolean, _ ByVal transparency As Double, _ ByVal transition As AnimationTransition _ ) As Keyframe
Parameters
- layer
- The layer associated with the keyframe.
- atTime
- The time at which to insert the keyframe in the track.
- isVisibile
- A value indicating if the layer is visible.
- transparency
- The value of the transparency.
- transition
- The transition for the transparency of the layer. In the UI the default is ArcGIS.Core.CIM.AnimationTransition.Linear.