Selections.all Property

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

Description

Gets or sets all entities currently selected.

Syntax

"selections_var" is a variable referencing a Selections object.

# Get the value of the property.
propertyValue = selections_var.all

# Set the value of the property.
selections_var.all = propertyValue
"selections_var" is a variable referencing a Selections object.
#include <Core/UserInterface/Selections.h>

// Get the value of the property.
Ptr<ObjectCollection> propertyValue = selections_var->all();

// Set the value of the property, where value_var is an ObjectCollection.
bool returnValue = selections_var->all(value_var);

Property Value

This is a read/write property whose value is an ObjectCollection.

Version

Introduced in version August 2014