Click or drag to resize

Path Class

Represents a walk through a graph as defined by a traversal.
Inheritance Hierarchy
SystemObject
  Dse.GraphPath

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class Path : IPath

The Path type exposes the following members.

Constructors
  NameDescription
Public methodPath
Creates a new instance of Path.
Top
Properties
  NameDescription
Public propertyLabels
Returns the sets of labels of the steps traversed by this path, or an empty list, if this path is empty.
Public propertyObjects
Returns the objects traversed by this path, or an empty list, if this path is empty.
Top
See Also