This document is archived and information here might be outdated. Recommended version. |
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**