ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Knowledge.Analytics Namespace / KnowledgeGraphFilteredFindPathsResults Class


In This Topic
    KnowledgeGraphFilteredFindPathsResults Class Properties
    In This Topic

    For a list of all members of this type, see KnowledgeGraphFilteredFindPathsResults members.

    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
    See Also