ConnectorFormat.EndConnect Method

Attaches the end of the specified connector to a specified shape.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub EndConnect ( _
    ConnectedShape As Shape, _
    ConnectionSite As Integer _
)
'Usage
Dim instance As ConnectorFormat
Dim ConnectedShape As Shape
Dim ConnectionSite As Integer

instance.EndConnect(ConnectedShape, ConnectionSite)
void EndConnect(
    Shape ConnectedShape,
    int ConnectionSite
)

Parameters

  • ConnectionSite
    Type: System.Int32
    A connection site on the shape specified by ConnectedShape. Must be an integer between 1 and the integer returned by the ConnectionSiteCount property of the specified shape. If you want the connector to automatically find the shortest path between the two shapes it connects, specify any valid integer for this argument and then use the RerouteConnections() method after the connector is attached to shapes at both ends.

Remarks

If there's already a connection between the end of the connector and another shape, that connection is broken. If the end of the connector isn't already positioned at the specified connecting site, this method moves the end of the connector to the connecting site and adjusts the size and position of the connector. Use the BeginConnect method to attach the beginning of the connector to a shape.

When you attach a connector to an object, the size and position of the connector are automatically adjusted, if necessary.

See Also

Reference

ConnectorFormat Interface

ConnectorFormat Members

Microsoft.Office.Interop.PowerPoint Namespace