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


In This Topic
    KnowledgeGraphDataModelView Class Members
    In This Topic

    The following tables list the members exposed by KnowledgeGraphDataModelView.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the active Knowledge Graph data model view.  
    Public Property Gets and sets whether to color code entities.  
    Public Property Gets and sets whether to color code relationships.  
    Public PropertyGets a value that indicates whether the KnowledgeGraphInvestigationView can be accessed. This property is false while the investigation view processes major operations like initializing.  
    Public Property Gets the mode.  
    Public Property Gets the Knowledge Graph service uri associated with the data model view.  
    Public Property Gets and sets whether to show the details pane.  
    Public Property Gets the zoom level for the data model view.  
    Top
    Public Methods
     NameDescription
    Public Method Clears the selection from the TOC.  
    Public Method Set the extent to fit the content.  
    Public Method Gets the Knowledge Graph associated with the data model view. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the collection of entities selected in the TOC.  
    Public Method Gets the collection of relationships selected in the TOC.  
    Public Method Refreshes the view. This must be called on the GUI thread.  
    Public Method Selects all entities and relationships in the TOC.  
    Public Method Selects entities in the TOC.  
    Public Method Selects entities and relationships in the TOC.  
    Public Method Selects relationships in the TOC.  
    Public Method Sets the mode.  
    Public Method Sets the node alignment.  
    Public Method Set the zoom level for the data model view. The allowed values are 1 to 200.  
    Public Method Zooms in by a fixed amount.  
    Public Method Zoom out by a fixed amount  
    Public Method Zoom to the extent of the selected items in the view.  
    Top
    See Also