This document is archived and information here might be outdated. Recommended version. |
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*