ArcObjects Library Reference  (Geometry)    

IGeoTransformationOperationSet.Next Method

Retrieves the next geographic transformation in the set.

[Visual Basic 6.0]
Sub Next(
    direction As esriTransformDirection, _
    GT As IGeoTransformation _
)
[Visual Basic .NET]
Public Sub Next ( _
    ByRef direction As esriTransformDirection, _
    ByRef GT As IGeoTransformation _
)
[C#]
public void Next (
    ref esriTransformDirection direction,
    ref IGeoTransformation GT
);
[Java]
public void next (
    esriTransformDirection direction,
    IGeoTransformation GT
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page