voidbeginConnect(IShape connectedShape,
int connectionSite)
Attaches the beginning of the specified connector to a specified shape.
Parameters:
connectedShape - Required IShape object. The shape to attach the beginningof the connector 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.
beginDisconnect
voidbeginDisconnect()
Detaches the beginning of the specified connector from the shape it’s attached to.
endConnect
voidendConnect(IShape connectedShape,
int connectionSite)
Attaches the end of the specified connector to a specified shape.
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.
endDisconnect
voidendDisconnect()
Detaches the end of the specified connector from the shape it’s attached to.