Edge Class |
Namespace: Dse.Graph
public class Edge : Element, IEdge, IElement, IEquatable<IElement>
The Edge type exposes the following members.
Name | Description | |
---|---|---|
InV |
Gets the incoming/head vertex.
| |
InVLabel |
Gets the label of the incoming/head vertex.
| |
OutV |
Gets the outgoing/tail vertex.
| |
OutVLabel |
Gets the label of the outgoing/tail vertex.
|