Click or drag to resize

Edge Class

Represents an edge in DSE graph.
Inheritance Hierarchy
SystemObject
  Dse.GraphElement
    Dse.GraphEdge

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class Edge : Element, IEdge, IElement, 
	IEquatable<IElement>

The Edge type exposes the following members.

Constructors
  NameDescription
Public methodEdge
Creates a new instance of Edge.
Top
Properties
  NameDescription
Public propertyInV
Gets the incoming/head vertex.
Public propertyInVLabel
Gets the label of the incoming/head vertex.
Public propertyOutV
Gets the outgoing/tail vertex.
Public propertyOutVLabel
Gets the label of the outgoing/tail vertex.
Top
See Also