Click or drag to resize
Vertex Constructor
Creates a new Vertex instance.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public Vertex(
	GraphNode id,
	string label,
	IDictionary<string, GraphNode> properties
)

Parameters

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