ArcObjects Library Reference (Geometry)  

ICompositeGeoTransformation.TransformationDirection Property

The direction (forward/reverse) of a geographic transformation.

[Visual Basic .NET]
Public Function get_TransformationDirection ( _
    ByVal i As Integer _
) As esriTransformDirection
[C#]
public esriTransformDirection get_TransformationDirection (
    int i
);
[C++]
HRESULT get_TransformationDirection(
  long i,
  esriTransformDirection* direction
);
[C++]

Parameters

i   i is a parameter of type long direction [out, retval]

  direction is a parameter of type esriTransformDirection

Product Availability

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

Remarks

The TransformationDirection uses the esriTranformDirection constant. The returned values are esriTransformForward (0) or esriTransformReverse (1). The i parameter specifies for which GeoTransformation to return the direction.

See Also

ICompositeGeoTransformation Interface