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
)
Public Function GetEdgePeer (
vertex As Vertex
) As Vertex
public:
Vertex^ GetEdgePeer(
Vertex^ vertex
)
member GetEdgePeer :
vertex : Vertex -> Vertex
Parameters
- vertex
- Type: VelocityGraphVertex
A vertex, it must be one of the ends of the edge.
Return Value
Type:
VertexThe other end of the edge.
See Also