Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
The following tables list the members exposed by KnowledgeGraphDataModel.
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetEntityTypes | 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. | |
GetIdentifierInfo | Gets an object containing information about unique identifiers in the knowledge graph. This method must be called on the MCT. Use QueuedTask.Run. | |
GetIsArcGISManaged | 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. | |
GetIsStrict | Get a boolean indicating whether the data model is strict. This method must be called on the MCT. Use QueuedTask.Run. | |
GetMetaEntityTypes | 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. | |
GetOIDPropertyName | Gets the name of the ObjectID property for the knowledge graph. This method must be called on the MCT. Use QueuedTask.Run. | |
GetProvenanceType | Gets the provenance entity type. If the knowledge graph does not support provenance, then null will be returned. This method must be called on the MCT. Use QueuedTask.Run. | |
GetRelationshipTypes | 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. | |
GetSpatialReference | Get the spatial reference for the knowledge graph. This method must be called on the MCT. Use QueuedTask.Run. | |
GetTimestamp | Get the timestamp indicating when the data model was last modified. This method must be called on the MCT. Use QueuedTask.Run. |