Click or drag to resize

IEdgeGetVertex Method

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)
Syntax
IVertex GetVertex(
	Direction direction
)

Parameters

direction
Type: Frontenac.BlueprintsDirection
whether to return the tail/out or head/in vertex

Return Value

Type: IVertex
the tail/out or head/in vertex
See Also