FusionDocument.design Property

Parent Object: FusionDocument
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/FusionDocument.h>

Description

Returns the design associated with this Fusion document.

Syntax

"fusionDocument_var" is a variable referencing a FusionDocument object.

# Get the value of the property.
propertyValue = fusionDocument_var.design
"fusionDocument_var" is a variable referencing a FusionDocument object.
#include <Fusion/Fusion/FusionDocument.h>

// Get the value of the property.
Ptr<Design> propertyValue = fusionDocument_var->design();

Property Value

This is a read only property whose value is a Design.

Version

Introduced in version August 2014