This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCache Interface > IFeatureCache.Contains Method (ArcObjects .NET 10.4 SDK) |
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