| IVertex Interface | 
Namespace: DHI.Mike1D.Generic.Graph
 Syntax
SyntaxThe IVertex type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Edges | 
            Edges that are connected to this vertex.
             | 
|  | Index | 
            Index of this vertex in the list of vertices in the graph.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | Degree | 
            Returns the degree of the vertex, i.e. the number of
            edges connected to this vertex
            (Defined by GraphExtensions.) | 
 See Also
See Also