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


In This Topic
    KnowledgeGraphPathValue Class Members
    In This Topic

    The following tables list the members exposed by KnowledgeGraphPathValue.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets the KnowledgeGraph value type. (Inherited from ArcGIS.Core.Data.Knowledge.KnowledgeGraphValue)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Get the entity value at the specified index in the path. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of entities in the path. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method 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.  
    Public Method Gets the number of relationships in the path. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also