MemoryDataSet.RestartVisualizationAnimation Method
Restarts visualization animations for a feature.
RestartVisualizationAnimation(Feature feature)
Restarts visualization animations for a feature.Syntax
public void RestartVisualizationAnimation (
Feature feature
)
Parameters
The feature whose animation should be restarted.
Remarks
This method is used to restart a visualization animation so that it can be started on demand for a specific feature. See Animated Visualization for more information on creating animations and an example of how this method is used. This does not affect feature animations started by StartFeatureAnimation.
You must use the Guard class to lock the dataset before you call this method.
The animation start time is tracked per feature and not per visualizer. This means that if you have multiple visualizers that are animated, they will all be restarted when this method is called.
Hover and Selection visualizers always start when their respective operation occurred. Calling this method has no effect for animations in such visualizers.
This method will call RefreshFeaturePresentation for the provided feature, which means the application does not have to. The application does however have to call View.Update after calling this method. If your MapControl.UpdateMode is set to use Scheduled, the rest of the animation will be handled automatically without any further need to call View.Update.
Platforms
Windows, Linux, Android