ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphIDSet Class / Contains Method
The named object type to check.

In This Topic
    Contains Method (KnowledgeGraphIDSet)
    In This Topic
    Determines if the specified named object type is in the ID set.
    Syntax
    public bool Contains( 
       string namedObjectType
    )
    Public Function Contains( _
       ByVal namedObjectType As String _
    ) As Boolean

    Parameters

    namedObjectType
    The named object type to check.

    Return Value

    True if the ID set contains the named object type.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also