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


ICoordinateXform.GeoTransformations Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICoordinateXform Interface > ICoordinateXform.GeoTransformations Property
ArcGIS Developer Help

ICoordinateXform.GeoTransformations Property

The geographic transformations.

[Visual Basic .NET]
Public Property GeoTransformations As IGeoTransformationOperationSet
[C#]
public IGeoTransformationOperationSet GeoTransformations {get; set;}
[C++]
HRESULT get_GeoTransformations(
  IGeoTransformationOperationSet* ppGeoXforms
);
[C++]
HRESULT putref_GeoTransformations(
  IGeoTransformationOperationSet** ppGeoXforms
);
[C++]
Parameters
ppGeoXforms [in]

ppGeoXforms is a parameter of type IGeoTransformationOperationSet* ppGeoXforms [out, retval]
ppGeoXforms is a parameter of type IGeoTransformationOperationSet**

Product Availability

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

See Also

ICoordinateXform Interface