UserParameters.design Property
Parent Object:
UserParametersDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/UserParameters.h>
Description
Returns the design that owns the user parameters collection.
Syntax
"userParameters_var" is a variable referencing a UserParameters object.
# Get the value of the property. propertyValue = userParameters_var.design
|
"userParameters_var" is a variable referencing a UserParameters object.
#include <Fusion/Fusion/UserParameters.h>
// Get the value of the property. Ptr<Design> propertyValue = userParameters_var->design();
|
Property Value
This is a read only property whose value is a
Design.
Version
Introduced in version August 2014