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


IGeoImageDescription3.GeoTransformation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGeoImageDescription3.GeoTransformation Property

The geographic transformation required to transform from the source to the requested GCS.

[Visual Basic .NET]
Public Property GeoTransformation As IGeoTransformation
[C#]
public IGeoTransformation GeoTransformation {get; set;}
[C++]
HRESULT get_GeoTransformation(
  IGeoTransformation** geotransform
);
[C++]
HRESULT putref_GeoTransformation(
  IGeoTransformation* geotransform
);
[C++]

Parameters geotransform [out, retval]
geotransform is a parameter of type IGeoTransformation geotransform [in]
geotransform is a parameter of type IGeoTransformation

Product Availability

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

See Also

IGeoImageDescription3 Interface