ASP.NET Pack Programmer's Guide
Vertex.incidentWith Method
See Also
 





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

Namespace: MindFusion.Graphs
Package: Vertex.js

 Syntax

JavaScript  Copy Code

function incidentWith (edge)

 Parameters

edge

The edge to check.

 Return Value

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

 See Also

Vertex Members
Vertex Class
MindFusion.Graphs Namespace