Toolbar.parentUserInterface Property
Parent Object:
ToolbarDefined in namespace "adsk::core" and the header file is <Core/UserInterface/Toolbar.h>
Description
Gets the owning UserInterface object.
Syntax
"toolbar_var" is a variable referencing a Toolbar object.
# Get the value of the property. propertyValue = toolbar_var.parentUserInterface
|
"toolbar_var" is a variable referencing a Toolbar object.
#include <Core/UserInterface/Toolbar.h>
// Get the value of the property. Ptr<UserInterface> propertyValue = toolbar_var->parentUserInterface();
|
Property Value
This is a read only property whose value is a
UserInterface.
Version
Introduced in version August 2014