FusionDocument.parent Property
Parent Object:
FusionDocumentDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/FusionDocument.h>
Description
Returns the parent Application object.
Syntax
"fusionDocument_var" is a variable referencing a FusionDocument object.
# Get the value of the property. propertyValue = fusionDocument_var.parent
|
"fusionDocument_var" is a variable referencing a FusionDocument object.
#include <Fusion/Fusion/FusionDocument.h>
// Get the value of the property. Ptr<Application> propertyValue = fusionDocument_var->parent();
|
Property Value
This is a read only property whose value is an
Application.
Version
Introduced in version August 2014