Appearance.parent Property
Parent Object:
AppearanceDefined in namespace "adsk::core" and the header file is <Core/Materials/Appearance.h>
Description
Property that returns the Parent object of this Appearance (a MaterialLibrary, Design, or AppearanceFavorites collection).
Syntax
"appearance_var" is a variable referencing an Appearance object.
# Get the value of the property. propertyValue = appearance_var.parent
|
"appearance_var" is a variable referencing an Appearance object.
#include <Core/Materials/Appearance.h>
// Get the value of the property. Ptr<Base> propertyValue = appearance_var->parent();
|
Property Value
This is a read only property whose value is a
Base.
Version
Introduced in version August 2014