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