Method Delete
Delete(bool)
Deletes the specified connection.
public bool Delete(bool deleteBothConnections)
Parameters
deleteBothConnections
booltrue
if the connection should be deleted from both the source and destination element; otherwise,false
.
Returns
- bool
true
if the deletion succeeded; otherwise,false
.
Remarks
This will also delete the corresponding connection properties.