RemoveAllServObjs Method

Removes all service objects that belong to the page/group.

Applies to: Page object, Shape object

Syntax

object.RemoveAllServObjs ()

The RemoveAllServObjs method syntax has these parts:

Part Description
object Required. An expression that returns an object in the Applies to list.

Remarks

The RemoveAllServObjs method attempts to remove all service objects of the page/group. To find out whether all service objects have been removed, use the ServObjsNum method which returns the number of service objects, that belong to the page/group.

 

See Also

RemoveAllShapes method, RemoveServObj method, RemoveServObjByID method, ServObjsNum method