ToolbarTab.productType Property

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

Description

Returns the name of the product this toolbar tab is associated with.

Syntax

"toolbarTab_var" is a variable referencing a ToolbarTab object.

# Get the value of the property.
propertyValue = toolbarTab_var.productType
"toolbarTab_var" is a variable referencing a ToolbarTab object.
#include <Core/UserInterface/ToolbarTab.h>

// Get the value of the property.
string propertyValue = toolbarTab_var->productType();

Property Value

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

Version

Introduced in version August 2019