SelectionSet.select Method

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

Description

Causes the entities in this SelectionSet object to be the active selection.

Syntax

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

#include <Core/Application/SelectionSet.h>

returnValue = selectionSet_var->select();

Return Value

Type Description
boolean Returns true if the selection was successful.

Version

Introduced in version May 2022