This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IL > ILogicalOperatorOp2 Interface > ILogicalOperatorOp2.InList Method (ArcObjects .NET 10.5 SDK) |
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