Return the tail/out or head/in vertex.
ArgumentException is thrown if a direction of both is provided
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax IVertex GetVertex(
Direction direction
)
Function GetVertex (
direction As Direction
) As IVertex
IVertex^ GetVertex(
Direction direction
)
abstract GetVertex :
direction : Direction -> IVertex
Parameters
- direction
- Type: VelocityGraph.Frontenac.BlueprintsDirection
whether to return the tail/out or head/in vertex
Return Value
Type:
IVertexthe tail/out or head/in vertex
See Also