bool DeleteParameter(OEParameter& param)
Delete a parameter, param, owned by this OEInterface. The function returns true if the delete succeeds and false otherwise. The parameter must be owned by the OEInterface object to be deleted (it will not delete parameters that belong to child OEInterface objects of this OEInterface).