This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIndexQuery2 Interface > IIndexQuery2.IntersectedFeatures Method (ArcObjects .NET 10.5 SDK) |
Finds all intersected features in index to the input shape.
[Visual Basic .NET] Public Sub IntersectedFeatures ( _ ByVal pShape As IGeometry, _ ByRef pSAIds As Object _ )
[C#] public void IntersectedFeatures ( IGeometry pShape, ref object pSAIds );
[C++]
HRESULT IntersectedFeatures(
IGeometry* pShape,
VARIANT* pSAIds
);
[C++]
Parameters pShape [in]
pShape is a parameter of type IGeometry pSAIds [out] pSAIds is a parameter of type VARIANT
Returns the indexed features in an variant array that intersect the input shape.
Pass the returned array into IFeatureClass.GetFeatures to get the corresponding features