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

In This Topic
    KnowledgeGraphPathValue Class
    In This Topic
    Represents a path value in a knowledge graph.
    Object Model
    KnowledgeGraphPathValue ClassKnowledgeGraphEntityValue ClassKnowledgeGraphRelationshipValue Class
    Syntax
    public class KnowledgeGraphPathValue : KnowledgeGraphValue, System.IDisposable  
    Public Class KnowledgeGraphPathValue 
       Inherits KnowledgeGraphValue
       Implements System.IDisposable 
    Remarks
    Paths represent a series of connected entities and relationships usually described by an openCypher query of the form (e1)-[]->(e2), (e1)-[]->(e2)<-[]->(e3), and so on
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CoreObjectsBase
          ArcGIS.Core.Data.Knowledge.KnowledgeGraphValue
             ArcGIS.Core.Data.Knowledge.KnowledgeGraphPathValue

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also