Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
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 )
Parameters
- id
- Type: SystemUInt32
The id of the node. - community (Optional)
- Type: SystemUInt32
The id of the community of this node
See Also