ModelParameters.component Property

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

Description

Returns the component that owns the Model Parameters collection

Syntax

"modelParameters_var" is a variable referencing a ModelParameters object.

# Get the value of the property.
propertyValue = modelParameters_var.component
"modelParameters_var" is a variable referencing a ModelParameters object.
#include <Fusion/Fusion/ModelParameters.h>

// Get the value of the property.
Ptr<Component> propertyValue = modelParameters_var->component();

Property Value

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

Version

Introduced in version August 2014