ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphDataModel Class
Properties Methods


In This Topic
    KnowledgeGraphDataModel Class Members
    In This Topic

    The following tables list the members exposed by KnowledgeGraphDataModel.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets a dictionary, with the keys being the names of the entity types in the data model, and the values being objects containing information about each entity type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets an object containing information about unique identifiers in the knowledge graph. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a boolean indicating whether the data in the knowledge graph is ArcGIS managed. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Get a boolean indicating whether the data model is strict. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a dictionary, with the keys being the names of the meta entity types in the data model, and the values being objects containing information about each meta entity type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the ObjectID property for the knowledge graph. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a dictionary, with the keys being the names of the relationship types in the data model, and the values being objects containing information about each relationship type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Get the spatial reference for the knowledge graph. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Get the timestamp indicating when the data model was last modified. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also