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


IRelateDescription.GeoTransformation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRelateDescription Interface > IRelateDescription.GeoTransformation Property
ArcGIS Developer Help

IRelateDescription.GeoTransformation Property

Geo transformation required to transform the geometry if the requested GCS is different from the source.

[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

IRelateDescription Interface