Returns the PropertyGroups object associated with this component.
# Get the value of the property.propertyValue = baseComponent_var.propertyGroups
#include <Fusion/Components/BaseComponent.h>// Get the value of the property.Ptr<PropertyGroups> propertyValue = baseComponent_var->propertyGroups();