ParameterList.create Method

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

Description

Creates a parameter list that the client can use for various purposes. Use ParameterList.Add to add parameters to the list after creating it.

Syntax

This is a static method.

returnValue = adsk.fusion.ParameterList.create()
This is a static method.

#include <Fusion/Fusion/ParameterList.h>

returnValue = adsk::fusion::ParameterList::create();

Return Value

Type Description
ParameterList Returns a ParameterList

Version

Introduced in version August 2014