ParameterList.isReadOnly Property
Parent Object: ParameterListDefined 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.
|