ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKnowledgeGraphSubGraph Class


In This Topic
    CIMKnowledgeGraphSubGraph Class Properties
    In This Topic

    For a list of all members of this type, see CIMKnowledgeGraphSubGraph members.

    Public Properties
     NameDescription
    Public Property Gets or sets the entity filters of the subgraph. The entities of the subgraph are the entities included by "include" filters (or all entities if there is no "include" filter), except entities excluded by "exclude" filters.  
    Public Property Gets or sets the relationship filters of the subgraph. The relationships of the subgraph are the relationships included by "include" filters (or all relationships if there is no "include" filter), except relationships excluded by "exclude" filters and relationships involving at least one entity that is not in the subgraph.  
    Top
    See Also