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


IRasterInfo.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 > IRasterInfo Interface > IRasterInfo.GeodataXform Property
ArcGIS Developer Help

IRasterInfo.GeodataXform Property

The raster GeoData transform.

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

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

Product Availability

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

See Also

IRasterInfo Interface

.NET Samples

Create an NDVI custom raster function