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


IGeoTransformationOperationSet2.SetHVTransform 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.SetHVTransform Method
ArcGIS Developer Help

IGeoTransformationOperationSet2.SetHVTransform Method

Adds an HV transformation.

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

Direction is a parameter of type esriTransformDirection Transformation [in]
Transformation is a parameter of type IHVCompositeDatumTransformation*

Product Availability

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

See Also

IGeoTransformationOperationSet2 Interface