MindFusion.Diagramming for JavaScript Programmer's Guide
Dictionary.forEachValue Method
See Also
 





Calls a defined callback function for each value in the dictionary.

Namespace: MindFusion.Collections
File: Dictionary.js

 Syntax

JavaScript  Copy Code

function forEachValue (func, [thisRef])

 Parameters

func
A function that accepts two arguments. forEachValue calls this function one time for each value in the dictionary.
thisRef
Optional. A value passed as the first parameter of func.

 See Also

Dictionary Members
Dictionary Class
MindFusion.Collections Namespace