Click or drag to resize

VertexTypeEdgeTypes Property

All edge types connected with this vertex type.

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

Property Value

Type: BTreeSetEdgeType
See Also