This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICompositeXform2 Interface > ICompositeXform2.Find Method (ArcObjects .NET 10.4 SDK) |
Finds a geodata transform in the collection.
[Visual Basic .NET] Public Function Find ( _ ByVal pXform As IGeodataXform _ ) As Integer
[C#] public int Find ( IGeodataXform pXform );
[C++]
HRESULT Find(
IGeodataXform* pXform,
long* pIndex
);
[C++]
Parameters pXform [in]
pXform is a parameter of type IGeodataXform pIndex [out, retval] pIndex is a parameter of type long