ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphDataModelView Class
Members

In This Topic
    KnowledgeGraphDataModelView Class
    In This Topic
    Represents the data model view of a Knowledge Graph investigation in a pane.
    Object Model
    KnowledgeGraphDataModelView ClassKnowledgeGraphDataModelView ClassKnowledgeGraph Class
    Syntax
    public sealed class KnowledgeGraphDataModelView 
    Public NotInheritable Class KnowledgeGraphDataModelView 
    Remarks

    A project can contain multiple investigations. An data model view is simply a view of an investigation. The KnowledgeGraphDataModelView class provides methods and properties to navigate and interact with items in the investigation.

    There can be multiple data model views open at a given time, but there can only be one active data model view. The active data model view will set the context for the ribbon and many of the dock panes in the application. For example, the Contents pane will reflect the items of the active data model view's investigation. The instance of the active data model view can be accessed via the static the Active property. The property will return null if there is no active data model view.

    The data model view also provides the context for managing selected items in the Contents pane. For example, the GetSelectedEntities method returns a collection of entities that are currently selected in the Contents pane.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.KnowledgeGraph.KnowledgeGraphDataModelView

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also