UnitsManager.product Property

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

Description

Returns the parent Product.

Syntax

"unitsManager_var" is a variable referencing a UnitsManager object.

# Get the value of the property.
propertyValue = unitsManager_var.product
"unitsManager_var" is a variable referencing a UnitsManager object.
#include <Core/Application/UnitsManager.h>

// Get the value of the property.
Ptr<Product> propertyValue = unitsManager_var->product();

Property Value

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

Version

Introduced in version August 2014