Click or drag to resize

IEdge Interface

An edge connects two vertices. It can have a weight associated.

An edge is also sometimes called a link.

The two vertices is specified by their index into the list of vertices in the 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 interface IEdge

The IEdge type exposes the following members.

Properties
  NameDescription
Public propertyEndVertex
End vertex of edge
Public propertyStartVertex
Start vertex of edge
Public propertyWeight
Weight of edge, can be length or others.
Top
See Also