This document is archived and information here might be outdated. Recommended version. |
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*