NShape Reference
Disconnect Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
Disconnect Method

Previous pageReturn to chapter overviewNext page

Disconnects a shape control point from another shape.

Syntax

public abstract void Disconnect(ControlPointId ownPointId)

Description

This method must be called upon the active shape of a connection, i.e. the one with the glue point.

Parameters

Name

Description

ownPointId

The id of the glue point to disconnect from the passive shape.

Exceptions

Name

Description

ArgumentException

controlPointId is not a valid glue point of the shape or has no connections..

See Also

Concepts: Connections

Connect Method

Disconnect Method