QuercusVL Programming ManualAdds a new condition to the conditions collection of the actuator condition. Theconditions is defined by each one of the function parameters.Returns true if creation was successful, false otherwise.● DeleteC++: bool Delete ( int index )C: Does not exist, checkVL_ConfigurationOutputActuator_get_Conditions_Delete ( ) fromConfigurationOutputActuator.Removes the condition from the output actuator, where condition's position is “index”.Returns true if deletion was successful, false otherwise.3.47. ConfigurationOutputActuatorCondition classRepresents a condition of an output actuator in a configuration system.3.47.1. Properties● DetectorIdIdentifier of the detector associated to the condition.C++: int get_DetectorId ( )C: int VL_ConfigurationOutputActuatorCondition_get_DetectorId ( int h )Returns the identifier of the detector associated to the condition.In C, the parameter “h” is a handler of ConfigurationOutputActuatorCondition.C++: void put_DetectorId ( int value )C: void VL_ConfigurationOutputActuatorCondition_put_DetectorId( int h, intdetectorId )Modifies the identifier of the detector associated to the actuator.In C, the parameter “h” is a handler of ConfigurationOutputActuatorCondition.● FieldField where the actuator is applied; see 3.57. VLFieldType Type type.Quercus Technologies111