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


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

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