Creates a new
Vertex instance.
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax 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