ASP.NET Pack Programmer's Guide
AnchorPattern.fromId Method
See Also
 





Returns a reference to the anchor pattern with the specified string identifier.

Namespace: MindFusion.Diagramming
Package: AnchorPattern.js

 Syntax

JavaScript  Copy Code

function fromId (id)

 Parameters

id

A string identifying an AnchorPattern instance.

 Return Value

Type: AnchorPattern
The AnchorPattern object whose Id is equal to the id parameter.

 Remarks

The id argument should match an identifier passed to the constructor of an existing AnchorPattern object.

 See Also

AnchorPattern Members
AnchorPattern Class
MindFusion.Diagramming Namespace