ToolbarPanel.productType Property
Parent Object:
ToolbarPanelDefined in namespace "adsk::core" and the header file is <Core/UserInterface/ToolbarPanel.h>
Description
Returns the name of the product this toolbar panel is associated with.
Syntax
"toolbarPanel_var" is a variable referencing a ToolbarPanel object.
# Get the value of the property. propertyValue = toolbarPanel_var.productType
|
"toolbarPanel_var" is a variable referencing a ToolbarPanel object.
#include <Core/UserInterface/ToolbarPanel.h>
// Get the value of the property. string propertyValue = toolbarPanel_var->productType();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version June 2015