ParameterList.isReadOnly Property

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

Description

Indicates if the list is read-only Some lists returned by API calls (instead of lists created by the user) are read only. Items cannot be added or remove from such a list.

Syntax

"parameterList_var" is a variable referencing a ParameterList object.

# Get the value of the property.
propertyValue = parameterList_var.isReadOnly
"parameterList_var" is a variable referencing a ParameterList object.
#include <Fusion/Fusion/ParameterList.h>

// Get the value of the property.
boolean propertyValue = parameterList_var->isReadOnly();

Property Value

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

Version

Introduced in version August 2014