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


ICompositeGeoTransformation.GeoTransformation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICompositeGeoTransformation Interface > ICompositeGeoTransformation.GeoTransformation Property
ArcGIS Developer Help

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