Writes a reference to the specified item with the specified name.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public XElement WriteItemReference ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteItemReference( _ |
The DiagramItem to which a reference is written.
The name of the element under which the object should be written.
The parent element of the newly created node.
See Also