IEdge Interface |
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
public interface IEdge
The IEdge type exposes the following members.
| Name | Description | |
|---|---|---|
| EndVertex |
End vertex of edge
| |
| StartVertex |
Start vertex of edge
| |
| Weight |
Weight of edge, can be length or others.
|