Gets the target location of the map display.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public Point Target { get; }
Visual Basic (Declaration)
Public ReadOnly Property Target As Point

Field Value

A Point representing the center of the map display; Null if the display is in 2D mode.

Remarks

The target is used in conjunction with an observer position to define a Viewpoint in 3D display mode.

See Also