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


ICompositeXform2.Find Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICompositeXform2 Interface > ICompositeXform2.Find Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pXform [in]

pXform is a parameter of type IGeodataXform*

Product Availability

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

See Also

ICompositeXform2 Interface