Returns a ConnectDot object that corresponds to a connection point by its index in the connection point collection of the shape.
Applies to: Shape object
[[Set] connectDotRet =] object.ConnectDot ( index ) |
The ConnectDot method syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
index | Required. An expression that returns a Long value. The index of the shape's connection point. |
connectDotRet | Optional. A ConnectDot type variable. |
If index is less than 1 or greater than the number of connection points of the object shape, the ConnectDot method returns Nothing. To find out the number of connection points of the shape, use the ConnectDotsNum method.
See Also |
AddConnectDot method, ConnectDotsNum method, RemoveConnectDot method, ConnectDot object |