Click or drag to resize

VertexTypeGetEdges Method (EdgeType, Direction)

Enumerates edges connected wih this vertex type

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IEnumerable<IEdge> GetEdges(
	EdgeType etype,
	Direction dir
)

Parameters

etype
Type: VelocityGraphEdgeType
A type of edge type to look for
dir
Type: Direction
Direction of edge

Return Value

Type: IEnumerableIEdge

[Missing <returns> documentation for "M:VelocityGraph.VertexType.GetEdges(VelocityGraph.EdgeType,Frontenac.Blueprints.Direction)"]

See Also