ArcGIS Explorer Component Help |
GeographicTransformationCollection..::.Remove Method |
GeographicTransformationCollection Class See Also |
Removes the specified GeographicTransformation from the collection.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
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.