Returns the component that is current being edited. This can return the root component or another component within the design.
# Get the value of the property.propertyValue = design_var.activeComponent
#include <Fusion/Fusion/Design.h>// Get the value of the property.Ptr<Component> propertyValue = design_var->activeComponent();