ConfigurationReplaceDesigns.item Method
Parent Object:
ConfigurationReplaceDesignsDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationReplaceDesigns.h>
Description
A method that returns the specified ConfigurationReplaceDesign object using an index into the collection.
Syntax
"configurationReplaceDesigns_var" is a variable referencing a ConfigurationReplaceDesigns object.returnValue = configurationReplaceDesigns_var.item(index)
|
"configurationReplaceDesigns_var" is a variable referencing a ConfigurationReplaceDesigns object.
#include <Fusion/Configurations/ConfigurationReplaceDesigns.h>
returnValue = configurationReplaceDesigns_var->item(index);
|
Return Value
Parameters
index |
uinteger |
The index of the ConfigurationReplaceDesign object to return, where the first row is index 0. |
Version
Introduced in version September 2025