Returns a reference to the anchor pattern with the specified string identifier.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static AnchorPattern FromId ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromId( _ |
A string identifying an AnchorPattern instance.
The AnchorPattern object whose Id is equal to the id parameter, or null if no such object exists.
RemarksThe id argument should match an identifier passed to the constructor of an existing AnchorPattern object.
See Also