ConnectDotsNum Method

Returns the number of connection points of the shape.

Applies to: Shape object

Syntax

[[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.

Remarks

If the shape has no connection points, the ConnectDotsNum method returns 0.

 

See Also

AddConnectDot method, ConnectDot method, RemoveConnectDot method, ConnectDot object