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
)
Public Function GetEdges (
Optional polymorphic As Boolean = false
) As IEnumerable(Of Edge)
public:
IEnumerable<Edge^>^ GetEdges(
bool polymorphic = false
)
member GetEdges :
?polymorphic : bool
(* Defaults:
let _polymorphic = defaultArg polymorphic false
*)
-> IEnumerable<Edge>
Parameters
- polymorphic (Optional)
- Type: SystemBoolean
If true, also include all edges of sub types
Return Value
Type:
IEnumerableEdgeEnumeration of edges of this type
See Also