Click or drag to resize

EdgeTypeGetEdges Method

Enumerates all edges of this type

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.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