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


IGeoTransformationOperationSet.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IGeoTransformationOperationSet.Next Method

Retrieves the next geographic transformation in the set.

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

Parameters Direction [out]
Direction is a parameter of type esriTransformDirection GT [out]
GT is a parameter of type IGeoTransformation

Product Availability

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

See Also

IGeoTransformationOperationSet Interface