Gets or sets a value indicating if the navigation between two points is animated.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool AnimateMovement { get; set; }
Visual Basic (Declaration)
Public Property AnimateMovement As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if navigation is animated; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

This property dictates whether navigation is animated, when true, zooming to a geometry will cause the display to fly from your original position to the specified location. When AnimateMovement is false no flying or animation is used, the display is immediately updated to show the specified location.

See Also