ObjectCollection.asArray Method
Parent Object: ObjectCollectionDefined in namespace "adsk::core" and the header file is <Core/Application/ObjectCollection.h>
Description
Returns the content of the ObjectCollection as an array.
Syntax
"objectCollection_var" is a variable referencing an ObjectCollection object.
|
Return Value
Type | Description |
Base[] | Returns an array of the Fusion objects in the ObjectCollection. |