Application.favoriteAppearances Property
Parent Object:
ApplicationDefined in namespace "adsk::core" and the header file is <Core/Application/Application.h>
Description
Returns the set of favorite appearances.
Syntax
"application_var" is a variable referencing an Application object.
# Get the value of the property. propertyValue = application_var.favoriteAppearances
|
"application_var" is a variable referencing an Application object.
#include <Core/Application/Application.h>
// Get the value of the property. Ptr<FavoriteAppearances> propertyValue = application_var->favoriteAppearances();
|
Property Value
This is a read only property whose value is a
FavoriteAppearances.
Version
Introduced in version August 2014