<< Click to Display Table of Contents >> NShape Reference
|
Retrieves information about a glue point's connection.
public abstract ShapeConnectionInfo GetConnectionInfo(ControlPointId gluePointId, Shape otherShape) |
This method must be called upon the shape with the glue point. It can also be used to test, whether the glue point connects to the given shape or not.
Name |
Description |
---|---|
gluePointId |
Id of glue point to retrieve information about |
otherShape |
Reference to other shape or null/Nothing for any shape. |
Connection info of this glue point or ShapeConnectionInfo.Empty, if the specified connection does not exist.
Name |
Description |
---|---|
ArgumentException |
Given point id does not exist or does not refer to a glue point. |