Click or drag to resize

VertexTypeEdgeTypes Property

All edge types connected with this vertex type.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public BTreeSet<EdgeType> EdgeTypes { get; }

Property Value

Type: BTreeSetEdgeType
See Also