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


IRaster2.GeodataXform Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRaster2 Interface > IRaster2.GeodataXform Property
ArcGIS Developer Help

IRaster2.GeodataXform Property

The geodata transform.

[Visual Basic .NET]
Public Property GeodataXform As IGeodataXform
[C#]
public IGeodataXform GeodataXform {get; set;}
[C++]
HRESULT get_GeodataXform(
  IGeodataXform** ppXform
);
[C++]
HRESULT put_GeodataXform(
  IGeodataXform* ppXform
);
[C++]
Parameters
ppXform [out, retval]

ppXform is a parameter of type IGeodataXform** ppXform [in]
ppXform is a parameter of type IGeodataXform*

Product Availability

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

Remarks

After you set a GeodataXform on a Raster and perform SaveAs, you must also set the extent, width and height of the raster in the space after the transformation.

See Also

IRaster2 Interface