Share

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

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?