Returns the number of connection points of the shape.
Applies to: Shape object
[[Let] countRet =] object.ConnectDotsNum () |
The ConnectDotsNum method syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
countRet | Optional. A Long type variable. |
If the shape has no connection points, the ConnectDotsNum method returns 0.
See Also |
AddConnectDot method, ConnectDot method, RemoveConnectDot method, ConnectDot object |