Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | NetworkAddVertex Method |
Adds a new node to the network.
Namespace: Comuna
Assembly: Comuna (in Comuna.dll) Version: 1.0.0

C#
public bool AddVertex( uint node )
Parameters
- node
- Type: SystemUInt32
The node (ID) to be added to the network.
Return Value
Type: BooleanA Boolean indicating whether the node was successfully added.
