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


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

IFeatureIDSet.Contains Property

Indicates if the given feature id is in the set.

[Visual Basic .NET]
Public Function get_Contains ( _
    ByVal FID As Integer _
) As Boolean
[C#]
public bool get_Contains (
    int FID
);
[C++]
HRESULT get_Contains(
  long FID,
  Boolean* Contains
);
[C++]
Parameters
FID [in]

FID is a parameter of type long Contains [out, retval]
Contains is a parameter of type bool*

Product Availability

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

See Also

IFeatureIDSet Interface