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_HVDatumTransform ( _ ByVal Index As Integer _ ) As IHVDatumTransformation
[C#] public IHVDatumTransformation get_HVDatumTransform ( int Index );
[C++]
HRESULT get_HVDatumTransform(
long Index,
IHVDatumTransformation** Transform
);
[C++] Parameters Index [in]
Index is a parameter of type long Transform [out, retval]
Transform is a parameter of type IHVDatumTransformation**