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


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

IHVCompositeDatumTransformationEditor.TransformationDirection Property

Returns a step of the datum transformation.

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

Index is a parameter of type long dir [out, retval]
dir is a parameter of type esriTransformDirection*

Product Availability

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

See Also

IHVCompositeDatumTransformationEditor Interface