Add new factory setting
s = addSetting(
adds the factory setting parentgroup
,name
)name
to the specified parent factory
group and returns the new setting as a FactorySetting
. By default,
factory settings are hidden, which means that they do not display in the parent
settings group.
s = addSetting(___,
specifies the factory setting properties using one or more name-value pair
arguments. For example, Name,Value
)'Hidden',false
creates a factory setting
that is visible in the factory settings tree. Specify name-value pairs after all
other input arguments.