Search
AnchorPattern.fromId Method
See Also
 






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

Namespace: MindFusion.Diagramming
File: AnchorPattern.js

 Syntax

JavaScript  Copy Code

function fromId (id)

 Parameters

id

A string identifying an AnchorPattern instance.

 Return Value

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