Share

Product.productType Property

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

Description

Returns the product type name of this product. A list of all of the possible product types can be obtained by using the Application.supportedProductTypes property.

Syntax

"product_var" is a variable referencing a Product object.

# Get the value of the property.
propertyValue = product_var.productType

Property Value

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

Version

Introduced in version June 2015

Was this information helpful?