This document is archived and information here might be outdated. Recommended version. |
A geographic transformation from the list.
[Visual Basic .NET] Public Function get_GeoTransformation ( _ ByVal i As Integer _ ) As IGeoTransformation
[C#] public IGeoTransformation get_GeoTransformation ( int i );
[C++]
HRESULT get_GeoTransformation(
long i,
IGeoTransformation** geoXForm
);
[C++] Parameters i
i is a parameter of type long geoXForm [out, retval]
geoXForm is a parameter of type IGeoTransformation**