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


ICompositeGeoTransformation.GeoTransformation Property (ArcObjects .NET 10.4 SDK)
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