Network.RemoveEdge Method

Comuna.NET

NetworkRemoveEdge Method

Removes the given Connection from the network and updates weights.

Namespace:  Comuna
Assembly:  Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public bool RemoveEdge(
	Connection connection
)
Request Example View Source

Parameters

connection
Type: ComunaConnection
The connection to be removed.

Return Value

Type: Boolean
A Boolean indicating whether the connection was successfully removed.
See Also