Click or drag to resize

GraphAddEdge Method (Int32, Int32)

Add edge between two vertices in graph. Vertices must already be part of graph

Namespace:  DHI.Mike1D.Generic.Graph
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void AddEdge(
	int from,
	int to
)

Parameters

from
Type: SystemInt32

[Missing <param name="from"/> documentation for "M:DHI.Mike1D.Generic.Graph.Graph.AddEdge(System.Int32,System.Int32)"]

to
Type: SystemInt32

[Missing <param name="to"/> documentation for "M:DHI.Mike1D.Generic.Graph.Graph.AddEdge(System.Int32,System.Int32)"]

See Also