
public sealed class KnowledgeGraphDataModelView
Public NotInheritable Class KnowledgeGraphDataModelView
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.
System.Object
ArcGIS.Desktop.KnowledgeGraph.KnowledgeGraphDataModelView
Target Platforms: Windows 11, Windows 10