Returns the parent product this component is owned by.
# Get the value of the property.propertyValue = component_var.parentDesign
#include <Fusion/Components/Component.h>// Get the value of the property.Ptr<Design> propertyValue = component_var->parentDesign();