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


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

ICompositeXform.GeodataXform Property

The geodata transform at a given index in the collection.

[Visual Basic .NET]
Public Function get_GeodataXform ( _
    ByVal index As Integer _
) As IGeodataXform
[C#]
public IGeodataXform get_GeodataXform (
    int index
);
[C++]
HRESULT get_GeodataXform(
  long index,
  IGeodataXform** ppXform
);
[C++]
Parameters
index [in]

index is a parameter of type long ppXform [out, retval]
ppXform is a parameter of type IGeodataXform**

Product Availability

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

See Also

ICompositeXform Interface