Adds a new connection point to the connection point collection of the shape. Returns the ConnectDot object that corresponds to the added connection point.
Applies to: Shape object
[[Set] connectDotRet =] object.AddConnectDot () |
The AddConnectDot method syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
connectDotRet | Optional. A ConnectDot type variable. |
Note that by default a new connection point is located in the point with (0,0) coordinates in the coordinate system of the object shape, to which this connection point is added. To change the position of the connection point use the X and Y properties of the ConnectDot object.
See Also |
ConnectDot method, ConnectDotsNum method, RemoveConnectDot method, ConnectDot object |