Removes the specified GeographicTransformation from the collection.

Namespace:  ESRI.ArcGISExplorer.Geometry
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public void Remove(
	GeographicTransformation gt
)
Visual Basic (Declaration)
Public Sub Remove ( _
	gt As GeographicTransformation _
)

Parameters

gt
Type: ESRI.ArcGISExplorer.Geometry..::.GeographicTransformation
The GeographicTransformation to remove.

Remarks

If no transformation exists for a specific pair of coordinate systems, then data can still be reprojected, but the reprojection will be less accurate than if a transformation were used.

See Also

Relate Topics:
  Add Method
  AddReplacing Method
  FindCurrentTransform Method
  GetEnumerator Method
Created by Atop CHM to web converter,© 2009 all right reserved.