Gets or sets the set of GeographicTransformations used if reprojecting data to the coordinate system of the Map when displaying in 2D mode.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

The transformations used in data reprojection in 2D mode.

Remarks

Use this property to change the transformations used to reproject data in the 2D display mode.

The MapDisplay uses separate coordinate systems for displaying the map in 2D or 3D DisplayMode, and therefore has separate corresponding sets of transformations used if data needs to be reprojected into the CurrentCoordinateSystem. See the CurrentGeographicTransformations property for more information.

See Also