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


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

IGeoTransformationOperationSet2.NextHVTransform Method

Retrieves the next transformation in the set.

[Visual Basic .NET]
Public Sub NextHVTransform ( _
    ByRef Direction As esriTransformDirection, _
    ByRef GT As IHVCompositeDatumTransformation _
)
[C#]
public void NextHVTransform (
    ref esriTransformDirection Direction,
    ref IHVCompositeDatumTransformation GT
);
[C++]
HRESULT NextHVTransform(
  esriTransformDirection* Direction,
  IHVCompositeDatumTransformation** GT
);
[C++]
Parameters
Direction [out]

Direction is a parameter of type esriTransformDirection* GT [out]
GT is a parameter of type IHVCompositeDatumTransformation**

Product Availability

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

See Also

IGeoTransformationOperationSet2 Interface