ProductUsageData.isTrackingToImproveCommunicationEnabled 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 improve communications. This is the preferences setting titled "Customize our messaging".

Syntax

"productUsageData_var" is a variable referencing a ProductUsageData object.

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

# Set the value of the property.
productUsageData_var.isTrackingToImproveCommunicationEnabled = 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->isTrackingToImproveCommunicationEnabled();

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

Property Value

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

Version

Introduced in version August 2014