ProductUsageData.isLearningPanelContextEnabled Property

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

Description

Gets and sets if data can be collected to enable the Learning Panel to show information based on the current context.

Syntax

"productUsageData_var" is a variable referencing a ProductUsageData object.

# Get the value of the property.
propertyValue = productUsageData_var.isLearningPanelContextEnabled

# Set the value of the property.
productUsageData_var.isLearningPanelContextEnabled = propertyValue
"productUsageData_var" is a variable referencing a ProductUsageData object.
#include <Core/Application/ProductUsageData.h>

// Get the value of the property.
boolean propertyValue = productUsageData_var->isLearningPanelContextEnabled();

// Set the value of the property, where value_var is a boolean.
bool returnValue = productUsageData_var->isLearningPanelContextEnabled(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version April 2023