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


ILogicalOperatorOp2.InList Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IL > ILogicalOperatorOp2 Interface > ILogicalOperatorOp2.InList Method
ArcGIS Developer Help

ILogicalOperatorOp2.InList Method

Determines which values from the first input are contained in list of geodata in the second input.

[Visual Basic .NET]
Public Function InList ( _
    ByVal pIn1 As Object, _
    ByVal pInArray2 As IArray _
) As IGeoDataset
[C#]
public IGeoDataset InList (
    object pIn1,
    IArray pInArray2
);
[C++]
HRESULT InList(
  LPUNKNOWN pIn1,
  IArray* pInArray2
);
[C++]
Parameters
pIn1 [in]

pIn1 is a parameter of type IUnknown pInArray2 [in]
pInArray2 is a parameter of type IArray*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

ILogicalOperatorOp2 Interface