ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.Knowledge.Analytics Namespace / KnowledgeGraphFilteredFindPathsResults Class
Properties Methods


In This Topic
    KnowledgeGraphFilteredFindPathsResults Class Members
    In This Topic

    The following tables list the members exposed by KnowledgeGraphFilteredFindPathsResults.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets the count of one-hop away expansion queries (from destination entities) that have been issued to build the in-memory local graph used for pathfinding.  
    Public Property Gets the count of edges in the in-memory local graph used for pathfinding.  
    Public Property Gets the count of nodes in the in-memory local graph used for pathfinding.  
    Public Property Gets the count of one-hop away expansion queries (from origin entities) that have been issued to build the in-memory local graph used for pathfinding.  
    Public Property Gets the count of paths found by Filtered Find Paths.  
    Public Property Gets the count of one-hop away expansion queries (from waypoint entities) that have been issued to build the in-memory local graph used for pathfinding.  
    Public Property Gets a value indicating whether some negative relationship costs have been converted to positive costs during pathfinding.  
    Public PropertyWhen no path has been found (CountPaths = 0), this may give an insight as to why no path has been found.  
    Public Property Returns an array of (max path cost, path index) ordered by increasing "max path cost".  
    Public Property Returns an array of (min path cost, path index) ordered by increasing "min path cost".  
    Public Property Returns an array of (path length, path index) ordered by increasing "path length".  
    Public PropertyReturns an array of PathMetrics indexed by the path index. If the PathMetrics value is null, the path is not valid.  
    Public Property URL of the Knowledge Graph service.  
    Top
    Public Methods
     NameDescription
    Public Method Computes the entities and relationships associated to all or some of the result paths.  
    Public Method Returns a materialization of a result path, or null if the path is invalid, i.e some entities or relationships of the path have been deleted during pathfinding.  
    Top
    See Also