ArcObjects Library Reference (Geometry)  

ICompositeGeoTransformation.GeoTransformation Property

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

Product Availability

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

See Also

ICompositeGeoTransformation Interface