Share

Application.favoriteMaterials Property

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

Description

Returns the set of favorite materials.

Syntax

"application_var" is a variable referencing an Application object.

# Get the value of the property.
propertyValue = application_var.favoriteMaterials

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?