InternalReturns the parameters as a deeply structured JSON list. Each entry includes the key, value, and, if available, name. The value is formatted according to its type. Only parameters with non-null key, value, and type are included.
Search for all occurrences of a parameter identifier in a list.
Parameter key as string
The list of parameters. Is empty if there are no matches.
Search for first occurrence of a parameter identifier.
Parameter key as string
GemParameter object. If not found then GemParameter.key is an empty string.
ProtectedregisterRegisters an object for auto release. When the object is not used anymore, it will be released automatically from C++.
The pointer ID to register
StaticcreateCreates a new SearchableParameterList instance
OptionalparameterList: ParameterListOptional parameter list to be used for the object initialization. If no value is passed then it will instantiate an empty list.
Staticinit
Searchable parameters list. Container for different types of values.