This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRaster2 Interface > IRaster2.GeoTransformations Property (ArcObjects .NET 10.5 SDK) |
The set of geographic transformations to be applied.
[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 [out, retval]
ppGeoXforms is a parameter of type IGeoTransformationOperationSet ppGeoXforms [in]
ppGeoXforms is a parameter of type IGeoTransformationOperationSet