Click or drag to resize

IVertex Interface

A vertex is a junction in the graph, often also called a node.

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 interface IVertex

The IVertex type exposes the following members.

Properties
  NameDescription
Public propertyEdges
Edges that are connected to this vertex.
Public propertyIndex
Index of this vertex in the list of vertices in the graph.
Top
Extension Methods
  NameDescription
Public Extension MethodDegree
Returns the degree of the vertex, i.e. the number of edges connected to this vertex
(Defined by GraphExtensions.)
Top
See Also