ControlDotsNum Method

Returns the number of control handles that belong to the shape.

Applies to: Shape object

Syntax

[[Let] countRet =] object.ControlDotsNum ()

The ControlDotsNum method syntax has these parts:

Part Description
object

Required. An expression that returns a Shape object.

countRet Optional. A Long type variable.

Remarks

If object has no control handles, the ControlDotsNum method returns 0.

 

See Also

AddControlDot method, ControlDot method, RemoveControlDot method, ControlDot object