ActiveSelectionEvent.sender Property

Parent Object: ActiveSelectionEvent

Derived from: Event.sender


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

Description

Syntax

"activeSelectionEvent_var" is a variable referencing an ActiveSelectionEvent object.
# Get the value of the property.
propertyValue = activeSelectionEvent_var.sender
"activeSelectionEvent_var" Is a variable referencing an ActiveSelectionEvent Object.
#include <Core/UserInterface/ActiveSelectionEvent.h>

// Get the value of the property.
Ptr<Base> propertyValue = activeSelectionEvent_var->sender();
"activeSelectionEvent_var" Is a variable referencing an ActiveSelectionEvent Object.
// Get the value of the property.
propertyValue = activeSelectionEvent_var.sender;

Property Value

This is a read only property whose value is a Base.

Version

Introduced in version August 2020