Search
Edge.incidentWith Method
See Also
 






Checks if the current edge is incident with the specified vertex.

Namespace: MindFusion.Graphs
File: Edge.js

 Syntax

JavaScript  Copy Code

function incidentWith (vertex)

 Parameters

vertex

Vertex. The vertex to check.

 Return Value

true if the edge is incident with the vertex; otherwise, false.

 See Also