<< Click to Display Table of Contents >> NShape Reference
|
Retrieves information about the connections of the shape.
public abstract IEnumerable<ShapeConnectionInfo> GetConnectionInfos( |
Each returned connection info describes one single connection between this shape and the other shape.
Name |
Description |
---|---|
ownPointId |
Id of control point to return connection infos for. A value of ControlPointId.Any returns connection infos for all control points of the shape. |
otherShape |
Specifies the other shape to connect to. If null, connection infos for all connected shapes are returned. |
Enumerator of ConnectionInfo structures, each describing one single connection of the shape.
Name |
Description |
---|---|
ArgumentException |
ownPointId is invalid |