Click or drag to resize

IPath Interface

Represents a walk through a graph as defined by a traversal.

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

The IPath type exposes the following members.

Properties
  NameDescription
Public propertyLabels
Gets the sets of labels of the steps traversed by this path, or an empty list, if this path is empty.
Public propertyObjects
Gets the objects traversed by this path, or an empty list, if this path is empty.
Top
See Also