Returns the design associated with this Fusion document.
# Get the value of the property.propertyValue = fusionDocument_var.design
#include <Fusion/Fusion/FusionDocument.h>// Get the value of the property.Ptr<Design> propertyValue = fusionDocument_var->design();