ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapMemberIDSet Class / Contains Method / Contains(MapMember,Int64) Method
The MapMember to check.
The objectID of the record to check.
Version

Contains(MapMember,Int64) Method
Determines if the specified record specified by the mapMember and oid pair is in the MapMemberIDSet.
Syntax
public bool Contains( 
   MapMember mapMember,
   long oid
)

Parameters

mapMember
The MapMember to check.
oid
The objectID of the record to check.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.4 or higher.
See Also