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
)
Public Function GetEdges (
etype As EdgeType,
dir As Direction
) As IEnumerable(Of IEdge)
public:
IEnumerable<IEdge^>^ GetEdges(
EdgeType^ etype,
Direction dir
)
member GetEdges :
etype : EdgeType *
dir : Direction -> IEnumerable<IEdge>
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