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.