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


ICompositeXform.GeodataXform Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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