Click or drag to resize
Edge Constructor
Creates a new instance of Edge.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public Edge(
	GraphNode id,
	string label,
	IDictionary<string, GraphNode> properties,
	GraphNode inV,
	string inVLabel,
	GraphNode outV,
	string outVLabel
)

Parameters

id
Type: Dse.GraphGraphNode
label
Type: SystemString
properties
Type: System.Collections.GenericIDictionaryString, GraphNode
inV
Type: Dse.GraphGraphNode
inVLabel
Type: SystemString
outV
Type: Dse.GraphGraphNode
outVLabel
Type: SystemString
See Also