Click or drag to resize

GraphFindEdgeTypes Method

Get an array of all edge types in this graph

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEnumerable<EdgeType> FindEdgeTypes()

Return Value

Type: IEnumerableEdgeType
an array of edge types
See Also