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


ICompositeGeoTransformation.TransformationDirection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICompositeGeoTransformation Interface > ICompositeGeoTransformation.TransformationDirection Property
ArcGIS Developer Help

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