Click or drag to resize
IPathObjects Property
Gets the objects traversed by this path, or an empty list, if this path is empty.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
ICollection<IGraphNode> Objects { get; }

Property Value

Type: ICollectionIGraphNode
See Also