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


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

IGeoTransformationOperationSet2.RemoveHVTransform Method

Deletes a particular geographic or HV transformation.

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

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

Product Availability

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

See Also

IGeoTransformationOperationSet2 Interface