ProductUsageData.isGoogleAnalyticsTrackingEnabled Property

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

Description

Gets and sets if Google Analytics tracking is enabled.

Syntax

"productUsageData_var" is a variable referencing a ProductUsageData object.

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

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

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

Property Value

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

Version

Introduced in version May 2022