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


ILogicalOperatorOp2.InList Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

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,
  IGeoDataset** outGeodataset
);
[C++]

Parameters pIn1 [in] pIn1 is a parameter of type LPUNKNOWN pInArray2 [in]
pInArray2 is a parameter of type IArray outGeodataset [out, retval]
outGeodataset is a parameter of type IGeoDataset

Product Availability

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

See Also

ILogicalOperatorOp2 Interface