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

C#
public bool AddEdge( Connection connection )
Parameters
- connection
- Type: ComunaConnection
The connection to be added.
Return Value
Type: BooleanA Boolean indicating whether the connection was successfully added.
