Click or drag to resize
GraphNode  Conversion (GraphNode to Path)
Converts this instance to a Path instance.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public static implicit operator Path (
	GraphNode b
)

Parameters

b
Type: Dse.GraphGraphNode

Return Value

Type: Path
See Also