Click or drag to resize

IEdge Interface

Represents an edge in DSE graph.

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

The IEdge type exposes the following members.

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