Selections.clear Method

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

Description

Clears the selection set so no entities are currently selected.

Syntax

"selections_var" is a variable referencing a Selections object.
returnValue = selections_var.clear()
"selections_var" is a variable referencing a Selections object.

#include <Core/UserInterface/Selections.h>

returnValue = selections_var->clear();

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version August 2014