Attaches the end of the specified connector to a specified shape.
Declaration
void EndConnect(IShape connectedShape, int connectionSite)
Sub EndConnect(connectedShape As IShape, connectionSite As Integer)
Parameters
Type |
Name |
Description |
IShape |
connectedShape |
Required IShape object. The shape to attach the end of the connector to. The specified Shape object must be in the same IShapes collection as the connector.
|
int |
connectionSite |
Required Integer. A connection site on the shape specified by ConnectedShape.
|