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


IFeatureCache.Contains Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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,
  VARIANT_BOOL* Contains
);
[C++]

Parameters point [in]
point is a parameter of type IPoint Contains [out, retval] Contains is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFeatureCache Interface