This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICompositeXform Interface > ICompositeXform.GeodataXform Property (ArcObjects .NET 10.5 SDK) |
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