MindFusion.Diagramming for JavaScript Programmer's Guide

AnchorPoint.setTag Method

See Also
 





Sets a user-defined data associated with the anchor point.

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

function setTag (value)

 Parameters

value

The user-defined data associated with the anchor point.

 See Also