Click or drag to resize

EdgeTypeGetEdges Method

Enumerates all edges of this type

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEnumerable<Edge> GetEdges(
	bool polymorphic = false
)

Parameters

polymorphic (Optional)
Type: SystemBoolean
If true, also include all edges of sub types

Return Value

Type: IEnumerableEdge
Enumeration of edges of this type
See Also