ArcGIS Pro 3.7 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 Function Contains( _
       ByVal namedObjectType As String _
    ) As Boolean
    public bool Contains( 
       string namedObjectType
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also