SelectionSet.deleteMe Method

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

Description

Deletes this SelectionSet object.

Syntax

"selectionSet_var" is a variable referencing a SelectionSet object.
returnValue = selectionSet_var.deleteMe()
"selectionSet_var" is a variable referencing a SelectionSet object.

#include <Core/Application/SelectionSet.h>

returnValue = selectionSet_var->deleteMe();

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version May 2022