Example #1
0
 public object get_setting(string setting_uid, [DefaultParameterValue(null)] object default_value)
 {
     return(PythonConvert.ToPython(_componentRegistryService.GetComponentSetting(_componentUid, setting_uid, default_value)));
 }
Example #2
0
 public object get_setting(string component_uid, string setting_uid, object default_value = null)
 {
     return(PythonConvert.ToPython(_componentRegistryService.GetComponentSetting(component_uid, setting_uid, default_value)));
 }