In This Topic
Attaches the end of the specified connector to a specified shape.
Syntax
void endConnect(
IShape ,
int
)
|
Parameters
- connectedShape
- Required IShape object. The shape to attach the end of theconnector to. The specified Shape object must be in the same IShapes collection as the connector.
- connectionSite
- Required Integer. A connection site on the shape specified byConnectedShape.
See Also