Click or drag to resize

EdgeGetEdgePeer Method

Gets the other end for the given edge.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public Vertex GetEdgePeer(
	Vertex vertex
)

Parameters

vertex
Type: VelocityGraphVertex
A vertex, it must be one of the ends of the edge.

Return Value

Type: Vertex
The other end of the edge.
See Also