NShape Reference
Shape.CanConnect Method

<< Click to Display Table of Contents >>

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

NShape Reference
Shape.CanConnect Method

Previous pageReturn to chapter overviewNext page

Returns true if a connection between the specified connection points of this shape and the other shape is feasible.

Syntax

public abstract bool CanConnect(ControlPointId ownPointId, Shape otherShape, ControlPointId otherPointId);

Description

 

Parameters

Name

Description

ownPointId

The (active or passive) control point id of this shape.

otherShape

The partner shape for the connection

otherPointId

The (passive or active) control point id of the other shape

See Also

Concepts: Connections

Connect Method

Disconnect Method