KnowledgeGraphPathValue Class Members
In This Topic
The following tables list the members exposed by KnowledgeGraphPathValue.
Public Properties
Public Methods
| Name | Description |
| Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
| GetEntity |
Get the entity value at the specified index in the path.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetEntityCount |
Gets the number of entities in the path.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetRelationship |
Get the relationship value at the specified index in the path.
relationship[n] connects entity[n] and entity[n+1].
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetRelationshipCount |
Gets the number of relationships in the path.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also