<< Click to Display Table of Contents >> NShape Reference
|
Returns true if a connection between the specified connection points of this shape and the other shape is feasible.
public abstract bool CanConnect(ControlPointId ownPointId, Shape otherShape, ControlPointId otherPointId); |
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 |