Share

Design.allComponents Property

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

Description

Returns the Components collection that provides access to existing components in a design.

Syntax

"design_var" is a variable referencing a Design object.

# Get the value of the property.
propertyValue = design_var.allComponents

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?