MindFusion.Diagramming for JavaScript Programmer's Guide

Vertex.degree Method

See Also
 





Returns the number of incident edges.

Namespace: MindFusion.Graphs
File: Vertex.js

 Syntax

JavaScript  Copy Code

function degree ()

 Return Value

The number of incident edges.

 See Also