IDiagram.MoveToCanvas(INode) method
Namespace: NextDesign.Core
Description
Moves the specified node shape so that it is visually parented to the diagram.
At this time, the structure of the model to which the node shape corresponds does not change.
The specified node shape must satisfy all of the following conditions. If a node shape that does not satisfy the conditions is specified, nothing will be done.
- No port shape
- The mapping target is not a field.
argument
Name | Type | Description |
---|---|---|
node | INode | Node shape Cannot be null. |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Argument invalid | ExtensionArgumentException | If null is specified for node |