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


IGeoTransformationOperationSet2.NextHVTransform Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

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