Click or drag to resize

GraphAddVertex Method

Add vertex to graph, its index is the position in the list of vertices

Namespace:  DHI.Mike1D.Generic.Graph
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void AddVertex(
	Vertex vertex
)

Parameters

vertex
Type: DHI.Mike1D.Generic.GraphVertex
See Also