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


IFeatureCache.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 > IFeatureCache Interface > IFeatureCache.Contains Method
ArcGIS Developer Help

IFeatureCache.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

IFeatureCache Interface