This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterItemDescription Interface > IRasterItemDescription.GeodataXform Property (ArcObjects .NET 10.5 SDK) |
The georefencing of the raster item.
[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