Node Constructor

Comuna.NET

Node Constructor

Creates a new Node with the given ID.

Namespace:  Comuna.Graphviz
Assembly:  Comuna.Graphviz (in Comuna.Graphviz.dll) Version: 1.0.0
Syntax
C#
public Node(
	uint id,
	uint community = 0
)
Request Example View Source

Parameters

id
Type: SystemUInt32
The id of the node.
community (Optional)
Type: SystemUInt32
The id of the community of this node
See Also