Share

ListItems.clear Method

Parent Object: ListItems
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/ListItems.h>

Description

Clears all of the items from the list.

Syntax

"listItems_var" is a variable referencing a ListItems object.
returnValue = listItems_var.clear()

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version June 2017

Was this information helpful?