This document is archived and information here might be outdated.  Recommended version.


IGeoTransformationOperationSet.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeoTransformationOperationSet Interface > IGeoTransformationOperationSet.Remove Method
ArcGIS Developer Help

IGeoTransformationOperationSet.Remove Method

Deletes a particular geographic transformation.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Direction As esriTransformDirection, _
    ByVal Transformation As IGeoTransformation _
)
[C#]
public void Remove (
    esriTransformDirection Direction,
    IGeoTransformation Transformation
);
[C++]
HRESULT Remove(
  esriTransformDirection Direction,
  IGeoTransformation* Transformation
);
[C++]
Parameters
Direction 

Direction is a parameter of type esriTransformDirection Transformation
Transformation is a parameter of type IGeoTransformation*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoTransformationOperationSet Interface