Click or drag to resize

VertexTypeGetEdges Method (EdgeType, Direction)

Enumerates edges connected wih this vertex type

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

Parameters

etype
Type: VelocityGraphEdgeType
A type of edge type to look for
dir
Type: VelocityGraph.Frontenac.BlueprintsDirection
Direction of edge

Return Value

Type: IEnumerableIEdge

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

See Also