<< Click to Display Table of Contents >> NShape Reference
|
Disconnects a shape control point from another shape.
public abstract void Disconnect(ControlPointId ownPointId) |
This method must be called upon the active shape of a connection, i.e. the one with the glue point.
Name |
Description |
---|---|
ownPointId |
The id of the glue point to disconnect from the passive shape. |
Name |
Description |
---|---|
ArgumentException |
controlPointId is not a valid glue point of the shape or has no connections.. |