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


ICompositeXform2.Find Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICompositeXform2.Find Method

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

Product Availability

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

See Also

ICompositeXform2 Interface