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


IFeatureCache2.Contains Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCache2 Interface > IFeatureCache2.Contains Method
ArcGIS Developer Help

IFeatureCache2.Contains Method

Returns true if the point is contained in the cache.

[Visual Basic .NET]
Public Function Contains ( _
    ByVal point As IPoint _
) As Boolean
[C#]
public bool Contains (
    IPoint point
);
[C++]
HRESULT Contains(
  IPoint* point
);
[C++]
Parameters
point [in]

point is a parameter of type IPoint*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureCache2 Interface