Removes all existing geographic transformations in the collection.

Namespace:  ESRI.ArcGISExplorer.Geometry

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

Syntax

C#
public void Clear()
Visual Basic (Declaration)
Public Sub Clear

Remarks

Over time, maps may gain geographic transformations which are no longer used (for example, if layers are added and transformations set for the corresponding coordinate systems, but the layers are subsequently removed). If required, this method can be used to clear out all transformations in the collection, allowing you to rebuild the collection with only the transformations currently applicable.

Version Information: This method is supported from version 2.0.0.1500.

See Also