ParameterList.contains Method

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

Description

Indicates whether or not ParameterList collection contains a specified parameter

Syntax

"parameterList_var" is a variable referencing a ParameterList object.
returnValue = parameterList_var.contains(parameter)
"parameterList_var" is a variable referencing a ParameterList object.

#include <Fusion/Fusion/ParameterList.h>

returnValue = parameterList_var->contains(parameter);

Return Value

Type Description
boolean Returns true if list contains the specified parameter

Parameters

Name Type Description
parameter Parameter The parameter to look for in the list

Version

Introduced in version August 2014