MindFusion.Diagramming for JavaScript Programmer's Guide

Vertex.incidentWith Method

See Also
 





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

Namespace: MindFusion.Graphs
File: 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